• Resolved tonyp83

    (@tonyp83)


    Hi,

    I have a site a client is testing, and they’ve asked if possible that when you’re on a mobile and type a word, clicking the Go button on the OS doesn’t send you to search page. This way you’ll be kept seeing the autocomplete dropdown and be able to scroll through those.

    This is a bit of a follow-on to this question I had resolved (which fixed that issue).

    Many thanks,

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    Sorry for the delay over a long holiday weekend in the US.

    Any general or “standard” javascript event listening should help with preventing the ability to execute click/tap events for the form button. Alternatively, it’d be really easy to just visually hide the button on the smaller resolutions and let the autocomplete dropdown take over.

    Thread Starter tonyp83

    (@tonyp83)

    Thanks Michael,

    Just disabling the button ID has done the job ??

    Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    Welcome.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove functionality of Go button on Mobile Keyboard’ is closed to new replies.