-
29 Feb 2012 2:24 AM #1
Unanswered: SearchField in navigationview is not treated like a html searchfield on smartphones
Unanswered: SearchField in navigationview is not treated like a html searchfield on smartphones
Hello, can someone please help me? I have defined a search field in a navigationview, but when I test my app by tapping on the search field on my iPhone or Android a keyboard shows up, but without any search key. What must I do to let show a search key instead of an enter key on the keyboard of the smartphone in case of using search field?
Code:new Ext.navigation.View({ fullscreen : true, navigationBar : { items : [{ xtype : 'searchfield', }] } });
-
29 Feb 2012 8:59 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,714
- Vote Rating
- 438
- Answers
- 3113
To get the correct keyboard for the search field, you have to have the searchfield within a form.
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.


Reply With Quote