Hi Tizen Developer Community,
My name is Emmanuel Katto. I’m currently developing a Tizen web application that requires access to the device's geolocation features. However, I'm facing some challenges related to permissions:
-
Permission Request: I’ve added the necessary permissions in the
config.xmlfile, but my app still prompts for geolocation access every time it's launched. Is there a way to manage or streamline this request? -
Geolocation API Usage: I’m using the
navigator.geolocation.getCurrentPositionmethod, but it seems to be returning an error when the app tries to fetch the location. Could this be related to the permissions not being correctly set? -
Testing on Emulator vs. Real Device: Is there a difference in how geolocation permissions are handled on the Tizen emulator compared to a real device? I’ve noticed my app works fine on the emulator but has issues when tested on a real device.
Any insights or guidance on how to resolve these issues would be greatly appreciated!
Thank you!
Best,
Emmanuel Katto