how do i get my current location on my google maps webview app

208 Views Asked by At

I want to make an app with WebView google maps, but I can't get my current location in WebView, how do I grant the the access so the app can get my current location. I already tried to grant my coarse and fine location on my android manifest but it won't work.

This is my code:

my java code

My XML:

my xml

android manifest

0

There are 0 best solutions below