You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In iOS its showed location setting dialog. then when i click "Setting" its took me to location setting there i did enable location. after i could get current location. but if turned off location setting manually for 2 times then when i reopen app its not showing location setting dialog. what is cause ?
Then i tried to manually call GPSState.openSettings but got this error.
GPSState.openSettings was called with 1 arguments but expects 0 arguments. If you haven't changed this method yourself, this usually means that your versions of the native code and JavaScript code are out of sync. Updating both should make this error go away.
The text was updated successfully, but these errors were encountered:
Hi Neubero,
In iOS its showed location setting dialog. then when i click "Setting" its took me to location setting there i did enable location. after i could get current location. but if turned off location setting manually for 2 times then when i reopen app its not showing location setting dialog. what is cause ?
Then i tried to manually call GPSState.openSettings but got this error.
GPSState.openSettings was called with 1 arguments but expects 0 arguments. If you haven't changed this method yourself, this usually means that your versions of the native code and JavaScript code are out of sync. Updating both should make this error go away.
The text was updated successfully, but these errors were encountered: