So, on iOS, you can allow users to navigation forms. (next & previous fields with arrows above the keyboard) Is there something similar to this on WP7? My app requires some amount of sequential order, and I’d like for the user not to have to tap every single field.
Share
There is no built in functionality which is equivalent to that in iOS.
You can, however, add the functionlaity to advance the focus to the next field when the user presses the enter key. And then submit the page when pressing enter on the last field.
There is a good encapsulation of this functionality inside a behaviour at http://pauliom.wordpress.com/2010/09/05/wp7-keyboard-helper-as-a-behavior/