I am working on a web page where I need to get permission from a user to access location.
but according to my story. I need to make sure that if any particular user has selected Deny previously then on each page load I need to show him a prompt saying
[website] want to use your computer's location as shown in the snapshot below:
But on the other hand, if the user has selected Allow it should not prompt anymore.
Is there any easy and straightforward way to achieve this functionality with JS or HTML5 settings? If not then what else I could do in order to achieve this functionality?