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
Post a Comment