This is a staging forum for AgileBits, not an official support forum. Visit http://discussions.agilebits.com instead.
Master Password Page — Enter Button
Hi Guys,
I was curious if there is a way you could change or use a different keyboard on the page where you enter the master password. Enter instead of Return would make more sense to many users I believe. See photo:
[URL=http://imgur.com/J4V9x][IMG]http://i.imgur.com/J4V9xl.jpg[/IMG][/URL]
I was curious if there is a way you could change or use a different keyboard on the page where you enter the master password. Enter instead of Return would make more sense to many users I believe. See photo:
[URL=http://imgur.com/J4V9x][IMG]http://i.imgur.com/J4V9xl.jpg[/IMG][/URL]
Flag
0
Comments
-
I see what you mean. Unfortunately, the keyboard has a limited set of the options there:
[size=3][color=#bb2ca2]typedef[/color] [color=#78492a]NS_ENUM[/color](NSInteger, UIReturnKeyType) {[/size]
[size=3] UIReturnKeyDefault,[/size]
[size=3] UIReturnKeyGo,[/size]
[size=3] UIReturnKeyGoogle,[/size]
[size=3] UIReturnKeyJoin,[/size]
[size=3] UIReturnKeyNext,[/size]
[size=3] UIReturnKeyRoute,[/size]
[size=3] UIReturnKeySearch,[/size]
[size=3] UIReturnKeySend,[/size]
[size=3] UIReturnKeyYahoo,[/size]
[size=3] UIReturnKeyDone,[/size]
[size=3] UIReturnKeyEmergencyCall,[/size]
[size=3]};[/size]
I guess "Done" or "Go" would work better. Apple is using "Go" in Find My Friends so I am going to do that.Flag 0 -
Tried to simply "Like" roustem's post, but I guess I've hit some kind of positivity limit <img src='http://forum.agilebits.com/public/style_emoticons/<#EMO_DIR#>/smile.png' class='bbc_emoticon' alt=':)' />
Yes, I think "Go" is probably the clearest option here. IMHO "Done" implies that the text entry has been completed but not necessarily that you want to actually submit the results.Flag 0