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

    (@tijmensmit)

    Does it work fine on page load on your mobile?

    Do you have this option enabled on the settings page “On pageload move the mousecursor to the input field”?

    It should only move the focus to the input field on page load, but I just noticed it also does it after searching ( which it shouldn’t do ).

    I will fix it in the next version, or figure out something else to disable it on mobile devices.

    If you want to keep it on pageload, but not after a search you have to open the /js/wpsl-gmap.js and remove this code from line 712 until

    if ( wpslSettings.mouseFocus == 1 ) {
        $( "#wpsl-search-input" ).focus();
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Search input focus’ is closed to new replies.