Geolocation Not working on Android Web View App
-
Hello,
I have been facing some issues with the Geolocation & Maps on my site.1. I have created an Android Web View App of my wordpress site, where the site shows the nearby stores to the App user.
It is working fine on desktop & chrome browser on mobile phone but is it not locating the user in my android Web View App.
In the android Web View App one has to type the name of the city in order to find a store but that is also not worth for the user as it would only show up the location of the city & not the location of the user.
can it be resolved?2. I have set the radius to 0 to 10 kms & for it by default the radius is 2 Kms. Can it be changed to be 7 km by default.
3. I have don’t need maps to be displayed in the front end of my site & I have hidden it by changing the CSS with codes like
display:none;
this hides the maps but the map query is made to the server on each load thus slowing down the site sometimes.
Is it possible to remove the maps totally from the frontend.
I used the
[wcfm_stores per_row="3" per_page="12" map=""]
but it made the geolocation search box disappear. So I used
[wcfm_stores per_row="3" per_page="12"]
and removed the map by the display:none; CSS. It would be great if the map do not load at the front end.
Please help with the same.
Thank You.The page I need help with: [log in to see the link]
- The topic ‘Geolocation Not working on Android Web View App’ is closed to new replies.