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