-
30 Jul 2012 1:46 AM #1
Jump over select field in a form when hitting next
Jump over select field in a form when hitting next
Hi,
I've created a regular form with text fields and select fields in between.
When I tap next on the iOS native keyboard between text fields and numeric fields it works fine, but when I click next from text/numeric field to a select field it jumps over the select field.
-
30 Jul 2012 7:40 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,714
- Vote Rating
- 436
There is already a report for this. The issue is the actual <input> is disabled so we can capture the tap to open the picker.
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.
-
30 Jul 2012 8:11 AM #3
-
19 Nov 2012 12:27 AM #4
I'm facing the same problem. If your app contains a form with many text- and selectfields, it is unconvenient for the user to tap on each selectfield separately.
I would like to know, if there is a solution on sencha's roadmap for:
- implementing an own next-button for the selectfields/pickers ?
- activating the native picker from the device for selectfields ?
I like the sencha touch framework, but this is a huge disadvantage. In my case the choice of the framework for my app is depending on this issue.
Thanks for your help!
This issue duplicates another issue.


Reply With Quote