javascript - How do detect change in network type use in Phonegap / Cordova -


in phonegap / cordova 3.0, how detect change in network 3g wi-fi or vice versa. when changing, offline event not called because switches between two.

i've created gist showing how check connection every x seconds javascript. don't know if it's right approach usecase, needed app recently: https://gist.github.com/eddyverbruggen/10499328#file-connectionchecker-js


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -