How to get "currentLocation" inside a webview

0

I have an app that runs a webview and within that webview has an option to get the user's current location, which for some reason (which I do not know) works perfectly on the website on the desktop & mobile, however, inside the App is in infinite looping and can not find the location. I think it's something permissions related, can anyone help?

    
asked by anonymous 09.12.2017 / 01:00

1 answer

0

API 23 (Android 6.0) is required to request the permissions at runtime.

See if this helps you: link

    
11.12.2017 / 13:57