Javascript detect Wireless settings -


it possible detect wireless settings on mobile device pure html/javascript?

that e.g. check if mobile device (a) connected wi-fi , if (b) given radius/certificate enabled in connectivity of given network

?

thanks,

no.

the best can use http://www.w3.org/tr/netinfo-api/#idl-def-connection avaliable. support low, decide sort of connection device has.

if want geolocation, ask directly using navigator.geolocation. (http://diveintohtml5.info/geolocation.html)


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -