0
在app.js我有,離子:隱藏鍵盤笑臉圖標
if (window.cordova && window.cordova.plugins.Keyboard) {
cordova.plugins.Keyboard.hideKeyboardAccessoryBar(true);
cordova.plugins.Keyboard.disableScroll(true);
}
而在我的HTML我有,
<ion-footer-bar keyboard-attach class="bar-stable item-input-inset" style="margin-bottom: 50px; height: 60px; background-color: white;">
<input style="width: 100%;" type="text" placeholder="{{'text_input' | translate}}" ng-model="post.new"/>
</ion-footer-bar>
我想隱藏大於5.0時,在Android的笑臉按鈕鍵盤處於活動狀態,我該怎麼辦?我不希望用戶在文本字段中輸入笑臉。
類型= 「URL」 沒有奏效。請任何其他建議。 –