Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot find getWifiIPAddress function #20

Closed
sdetweil opened this issue Apr 27, 2017 · 1 comment
Closed

cannot find getWifiIPAddress function #20

sdetweil opened this issue Apr 27, 2017 · 1 comment

Comments

@sdetweil
Copy link

running ionic 2.2.2, cordova 6.5.0

I did a console.log of the data
console.log("ni="+ networkinterface);
ni=function(){
}
console.log("ni="+ networkinterface.getWifiIPAddress);
ni=undefined

no idea what is going on.. help
200 /plugins/cordova-plugin-networkinterface/www/networkinterface.js
Can't find variable: networkinterface
and TypeError: networkinterface.getWiFiIPAddress is not a function (which is expected if it is undefined).

@sdetweil
Copy link
Author

sdetweil commented May 6, 2017

ok, this is a Phonegap problem.. it does not package plugins for the app shipment to the mobile client.

building and installing the client app works..

sadly these plugins do not work for browser (using ionic or phoneap serve)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant