How can I activate the geolocalisation with childBrowser?
I explain my problems. I would like to go in Doogle map web site with childBrowser to show my position.
The childBrowser show Google map and other website but impossible to show my position in Google map.
I have add the permission in android manifest:
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
<uses-permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS"/>
But it is not sufficient. I don't understand why.