• Issue on Firefox MOBILE for Android (haven’t tested ios):
    The geolocation request timed out.

    I have Places API and all config done, works well on Firefox Desktop and Chrome MOBILE and Chrome Desktop, as far as I tested, haven’t tried in Opera, Brave, Safari yet.

    I also tried the commented functions.php filter whitout success:

    add_filter( 'wpsl_geolocation_timeout', 'custom_geolocation_timeout' );
    function custom_geolocation_timeout() {
        $timeout = 10000;
        return $timeout;
    }

    Edit: Somehow, sometimes works but most of the time it doesn’t.

    Chrome Desktop working fine.
    Chrome MOBILE working fine.
    Firefox Desktop working fine.

    • This topic was modified 4 years, 2 months ago by JSSdev.

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

Viewing 1 replies (of 1 total)
  • Plugin Author Tijmen Smit

    (@tijmensmit)

    This might be a network issue. The geolocation API itself is build in your browser, and the store locator simply waits for the browser to return the data.

    If you try it from a different computer, that uses a different ISP, that does work better?

Viewing 1 replies (of 1 total)
  • The topic ‘Firefox Geolocation ERROR Firefox MOBILE for Android’ is closed to new replies.