Skip to content

jontaylor/cordova-disable-ipv6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Cordova Plugin to hack ipv6 off

There is a bug in java that will cause things like setting the TTL on UDP multicast to fail if you have both ipv4 and ipv6. This lets you work around that by disabling ipv6.

Using

Install the plugin

$ cd ipv6_disable
$ cordova plugin add https://github.com/jontaylor/cordova-disable-ipv6

Install Android platform

cordova platform add android

Run the code

cordova run 

More Info

For more information on setting up Cordova see the documentation

For more info on plugins see the Plugin Development Guide

About

Lets you set java.net.preferIPv4Stack on android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages