Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
How to get next previous button on mobile keyboard
-
I have created one app which requires username and password I want next button to be appeared on keyboard when user click on username field and go button on password field how can I do this??
-
@Gaurav The keyboard is native so it is out of Onsen UI’s scope. You’ll need to check if any Cordova plugin supports that. Some plugins are this and this. Not sure if they support that feature, though.
-
ok @Fran-Diox but any website you run on your mobile that time you get next previous button
and monaca debugger login also have that facility too
-
@Gaurav Check out this at SO, as @Fran-Diox stated, this is native and is actually controlled by the input type. Luckily, Onsen just updated their types for inputs so we may see some of this be resolved. Having said that, if you want to force it, the SO hacks work.
-
@munsterlander thanks for your reply but can I use **tabindex ** attribute of html I have tried but not working on app It will probably for website