문제

It is possible to detect the Wireless settings on a mobile device with pure HTML/JavaScript?

That is e.g. to check if a mobile device is (a) connected to a certain Wi-Fi and if (b) a given radius/certificate is enabled in the connectivity of the given network

?

Thanks,

도움이 되었습니까?

해결책

No.

The best you can do is to use http://www.w3.org/TR/netinfo-api/#idl-def-Connection where avaliable. Support is low, but it will help you decide what sort of connection the device has.

If you actually want geolocation, just ask for it directly using navigator.geolocation. (http://diveintohtml5.info/geolocation.html)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top