android - How to detect Cordova / Phonegap app network connection is roaming -
i have not been able find in phonegap/cordova docs. there way tell whether network connection type roaming? want allow user of app constrain application allow data transfers of type (data intensive) when on own network , not roaming.
network = navigator.connection.type gives type of carrier data connection (or cell on ios) nothing whether user roaming.
many thanks
ok. in case else comes looking answer this. seems based on research elsewhere , jcesarmobile said, can't detect on ios anyway explain why there nothing in cordova this. while primary platform app android , might possible create plugin that, ultimate goal multi-platform , there won't facility in ios our project we'll drop requirement.
Comments
Post a Comment