javascript - Determine if geolocation is supported by browser and if WiFi is on -


how can check in javascript if client using browser capable of geolocation , has wifi turned on (otherwise geolocation doesn't work).

how can done?

you can check if geolocation available navigator.geolocation. cannot detect wifi connection:
how check connection type (wifi/lan/wwan) using html5/javascript?
how detect 3g vs. wifi connection on mobile safari?


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -