I have a situation where most of an application's functionality is based on location awareness. When a user says no to location awareness, they often desire to change this to allow it after they come to this realization.
Is JavaScript or other such trigger to allow a user to change this preference once it has been set vs allowing the timeout to expire or to go through the browser settings to change it? My goal is to add a button that will allow the user to simply click it to get the browser to prompt them again for the authorization.
The only way is asking user if he allow it and showing how it will be used and what are the benefits before browser will.