• Resolved ashumittal

    (@ashumittal)


    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.

    • This topic was modified 4 years, 5 months ago by ashumittal.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WC Lovers

    (@wclovers)

    Hi,

    It is working fine on desktop & chrome browser on mobile phone but is it not locating the user in my android Web View App.

    – This will not work. In Web view location detection and Mobile APP location detection is totally different.

    WCFM store list map library is for Web View, that will not properly work for APP. APP map integration is totally different.

    If you want to disable map for the page then use short code like this –

    [wcfm_stores per_row="3" per_page="12" has_map="no"]

    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.

    – Well, this can be max 5km. Add this snippet to your site for the purpose-

    add_filter( 'wcfmmp_radius_filter_start_distance', function( $start_distance ) {
    	return 2;
    });

    Thank You

    Thread Starter ashumittal

    (@ashumittal)

    In the forum at following discussion you told that you are also developing USER side Android App update by the end of May,2020. Is it true & will it be launched soon?
    I am waiting for the app update as my app is not supporting Geolocation.

    Link : https://www.ads-software.com/support/topic/app-android-e-ios-per-clienti/

    Please update regarding the app.
    Thank you.

    Plugin Author WC Lovers

    (@wclovers)

    Sorry, for the late reply.

    We are badly hit by “Amphan” cyclone. Had no electricity and internet for last 72 hours ??

    In the forum at following discussion you told that you are also developing USER side Android App update by the end of May,2020. Is it true & will it be launched soon?

    Yeah this is true. we have plan to launch this end of this month. But due to current circumstances it will not possible for us release within 7 days. But we will definitly release this in June.

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Geolocation Not working on Android Web View App’ is closed to new replies.