我在表单中有很多输入字段,如果用户按下" Go"我想转到下一个输入。键盘上的按钮。我为此找到了cordova-plugin-keyboard和ionic-plugin-keyboard插件,但我不知道如何准确地实现这些功能。 如果您有任何其他解决此问题的方法,请分享。我正在使用IONIC3。 感谢
<input round class="input-container font_style" maxlength="50" placeholder="Email" type="text" [(ngModel)]="email">