I am currently developing a Tizen Web application.
I would like to access the location of the user, so I want to ask for permission.
I followed the link: https://docs.tizen.org/application/web/guides/security/privacy-related-permissions/
but it does not request anything. It shows “PPM_ALLOW_FOREVER”.
What should I do in order to request permission from the user?
Thank you.