For the complete documentation index, see llms.txt. This page is also available as Markdown.

Geolocation JavaScript API

Access device location using the WebToNative JavaScript API. Retrieve accurate geolocation data for Android and iOS applications.

On secure(https) pages browser like default navigator functions will work.

navigator.geolocation.getCurrentPosition(success, error, [options])

For reference can follow the link below.

To get GPS Status of device

Last updated