I'm developing a PhoneGap app for iOS. I'm using PhoneGap 3.3.0 and jQuery Mobile.
I need to know if you can show the search button on the phone keyboard and listed to that event.
Thanks in advance for the help.
I'm developing a PhoneGap app for iOS. I'm using PhoneGap 3.3.0 and jQuery Mobile.
I need to know if you can show the search button on the phone keyboard and listed to that event.
Thanks in advance for the help.
Have you tried something like this?
<form>
<input type="search" />
</form>
According to this post (Getting Search Keyboard on iPhone using PhoneGap) you need to wrap the input with a form
element to get the desired result.
<input type="search" />
check it with below link too. http://mobiforge.com/design-development/html5-mobile-web-forms-and-input-types