Control which “type” of button displays (sometimes it’s a “next” button, a “done” button, or a “search” button. The icon changes.)
Control the behaviour of this button. For example, I’m signin up and typing my name in a first fied. In my case, the default behaviour of the keyboard button is to submit the form instead of going to the next field. I’d like to control this button to go to the next field.
All topics I found somewhere else were about native Android app with Java code. Thanks!
Button Control - No possible at the moment with out writing some native code. There has been some requests to have this added to the ionic-keyboard plugin for iOS as well.
You may want to open an issue and request this feature to the plugin.
Behaviour. This goes along the same lines as the button control.
Button Control - No possible at the moment with out writing some native code. There has been some requests to have this added to the ionic-keyboard plugin for iOS as well.
Not yet, it’s not really a high priority at the moment. If you’re up for it, you could make a PR and add it to the keyboard plugin.