(RPG) OnReturnKey in iphone
Posted: Wed Jan 22, 2014 7:53 pm
I'm currently working on a data entry program and have encountered an issue with iphone/ipad keyboards that I'm hoping someone will have a workround for.
The user currently enters their location and a document number, they've requested that once the document number is entered it automatically takes them to the next screen. To do this I've enabled "OnReturnKey" for the field and tested this on various android devices without issue, however because it is a numeric field apple devices apparently don't have a "next/go/enter" key on the number pad.
I tested changing the field from numeric to another data type to get the full keyboard up, however the apple devices then treated the field as being full of blanks (user doesn't want a field of zeros so combination of edit keywords and clear field,) and so the user has to backspace to clear the field before being able to enter the number.
Has anyone had similar experiences and got another keyword I could use for the same effect? I also tried OnValueChange but this still needs the user to do something to trigger it.
The user currently enters their location and a document number, they've requested that once the document number is entered it automatically takes them to the next screen. To do this I've enabled "OnReturnKey" for the field and tested this on various android devices without issue, however because it is a numeric field apple devices apparently don't have a "next/go/enter" key on the number pad.
I tested changing the field from numeric to another data type to get the full keyboard up, however the apple devices then treated the field as being full of blanks (user doesn't want a field of zeros so combination of edit keywords and clear field,) and so the user has to backspace to clear the field before being able to enter the number.
Has anyone had similar experiences and got another keyword I could use for the same effect? I also tried OnValueChange but this still needs the user to do something to trigger it.