Results 1 to 9 of 9

Thread: Button-less search fields on mobile

  1. #1
    Newbie Level
    Join Date
    Nov 2011
    Location
    Israel
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts


    Button-less search fields on mobile

    How can I simulate a search on mobile without using a search button?
    As you all know, search fields on mobile often don't have any "search button" (e.g tumblr_lvn0wpJ2rn1r71i1jo1_500.png), and instead rely on the keyboard's "Go" or "Done" key to perform the search. I found that using a text field DOES bring up the keyboard with a suitable key, but I didn't find any event that responds to such events. Am I missing something?

  2. #2
    Axure Fu Master
    Join Date
    Feb 2009
    Location
    Hemel Hempstead, Hertfordshire, UK
    Posts
    138
    Thanks
    10
    Thanked 39 Times in 32 Posts


    My Twitter
    I guess you would need to prototype an onscreen keyboard that appears when focus goes into the text field. Key presses on the keyboard would be appended to the text in the text field and the Enter button of the keyboard would have an OnClick event to submit the search.

  3. #3
    Newbie Level
    Join Date
    Nov 2011
    Location
    Israel
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts


    Quote Originally Posted by silvabokis View Post
    I guess you would need to prototype an onscreen keyboard that appears when focus goes into the text field. Key presses on the keyboard would be appended to the text in the text field and the Enter button of the keyboard would have an OnClick event to submit the search.
    This sound like a huge bypass for something that should be rather easy. Is there maybe a way to activate an OnKeyUp event only when a specific key is tapped?

  4. #4
    Axure Fu Master
    Join Date
    Feb 2009
    Location
    Hemel Hempstead, Hertfordshire, UK
    Posts
    138
    Thanks
    10
    Thanked 39 Times in 32 Posts


    My Twitter
    Are you saying you're happy with standard keyboard input rather than emulating an onscreen keyboard?

  5. #5
    Newbie Level
    Join Date
    Nov 2011
    Location
    Israel
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts


    Quote Originally Posted by silvabokis View Post
    Are you saying you're happy with standard keyboard input rather than emulating an onscreen keyboard?
    I'm prototyping a mobile app, testing it on a mobile phone. Upon focusing on the search field, the keyboard comes up. I want to "Go" button (on android) and "return" button (on iPhone) to initiate the search.

    I've found a workaround - hiding somewhere in the prototype a button that initiates the search with an OnClick event, and then assigning it as a submit button of the search field.

  6. #6
    Axure Fu Master
    Join Date
    Feb 2009
    Location
    Hemel Hempstead, Hertfordshire, UK
    Posts
    138
    Thanks
    10
    Thanked 39 Times in 32 Posts


    My Twitter
    Ah sorry, for some reason I assumed you were testing on a computer (DUH)..

  7. #7
    Newbie Level
    Join Date
    Nov 2011
    Location
    Israel
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts


    Anyone else?

  8. #8
    Axure Fu Master
    Join Date
    Dec 2011
    Location
    Chicago, IL
    Posts
    286
    Thanks
    33
    Thanked 69 Times in 59 Posts


    My Twitter My LinkedIn
    Hi @yosefw ,

    If you are trying to simulate dynamic search results (e.g. results shown on typing in the search field), you can use a technique similar to this one: Creating AJAX-style auto complete functionality within Axure prototypes – UPDATED | Business Analysed

    Essentially you will be hard coding a scenario but it should communicate the functionality appropriately!

    I hope this helps!

  9. #9
    Apprentice Level
    Join Date
    Sep 2010
    Posts
    12
    Thanks
    2
    Thanked 1 Time in 1 Post


    Yes, a way to search without a call to action in the UI would be nice. IOS has 4 keyboards available and it would be nice to use the "url" keyboard for a search prototype.

    Loading…

  10. The Following User Says Thank You to lemon For This Useful Post:

    Paul (04-04-2012)

Similar Threads

  1. Typeahead search text box
    By ralphius in forum General Discussion
    Replies: 2
    Last Post: 03-06-2013, 11:57 AM
  2. building a search screen
    By ozrules in forum General Discussion
    Replies: 2
    Last Post: 02-20-2009, 02:46 AM

Search Engine Friendly URLs by vBSEO 3.6.0 PL2