How to know if client is a mobile browser or pc browser?
I want to avoid a geolocation position_changed validation, in mobile chrome browser when use http.
“In mobile device Chrome only accepts requests for location from “secure https” sources”
Thanks in advance!
Hi Ser,
sorry for the delay in answering.
You can use Application.Browser.Device to detect the device type.
Possible values are Desktop, Mobile, Tablet.
Other properties are e.g. Application.Browser.OS etc.
Best regards
Frank
Please login first to submit.