Hello i am creating an application using google nearest places api, which will enable me show the nearest places around a location.
the application works without any errors when tested on a normal web browser or chrome mobile browser as screen shot below
The issue i encounter is when i run this web application via an inapp browser or crosswalk webview plugin for cordova i am unable to get my present location (geolocation dosent work)
Please how can i get my web app get its present location using geolocation via either the crosswalk or inappbrowser
i presume this is an issue of geolocation permissions but i dont know how to solve this
If this is issue du to geolocation permissions was missed you can use this plugin for check if there are enable, ask to user to enable it, check if you have the permissions to use geolocalisation and if not, ask the permissions to user :
https://github.com/dpa99c/cordova-diagnostic-plugin