Start a new topic

I want to use getccurentposition on Android.

The Android application can not get the value of getcurrentposion () in the wikitude browser.


I have written the permission in the Android manifest.

    <uses-permission android:name="android.permission.INTERNET" />

    <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_NETWORK_STATE" />

    <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />

    <uses-permission android:name="android.permission.ACCESS_GPS" />

    <uses-permission android:name="android.permission.CAMERA" />



However, a message is displayed like this.

user denied geolocation


The permission of the location information is also set on the Android terminal.


Are there any problems or solutions?


Thank you, Nicola.


I referred to the sample application, but I want to get the current position by JavaScript.

I want to use the JavaScript Geolocation API, but user denied Geolocation is displayed.

Browser seems to correspond ,,,,

Hi,


Do you have the same issue with the SDK sample app on this device? If not please make sure to all Permissions are set correctly and you follow the details in the documentation on how to setup a geobased AR experience.


Thx and greetings

Nicola


1 person likes this
Login or Signup to post a comment