Terry Bochaton
Posts: 0
Joined: Thu Apr 03, 2014 10:50 pm

Search Bar , change "return" text to "search"

Hi,

This is specific to iOS7.

I am using the search widget. When a user taps in the search box, a keyboard shows up. Is there a way keyboard button on the bottom right be changed to "Search" and if the user taps on it, the search is performed? Currently the button says "return", and it doesn't do anything. To actually do the search the user has to tap on the small search icon.

If I want to make the icon larger in CSS how can I do that?

Thanks

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Search Bar , change "return" text to "search"

Hello Terry,

We'll update as soon as have more information on thr thread

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Search Bar , change "return" text to "search"

Hi Terry,

You can use a workaround. When hiding keyboard, Input Blur event fires. So you can call search on Input Blur event.

These references might be helpful:
http://stackoverflow.com/questions/98...
http://stackoverflow.com/questions/25...

Return to “Issues”