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 -

VBA function to include CDATA -

php - Warning: file_get_contents() expects parameter 1 to be a valid path, array given 16 -