&QUOT确定];按钮未显示在< select>中Ionic App上的标签 [英] "Ok" button not appearing in <select> tag on Ionic App

查看:72
本文介绍了&QUOT确定];按钮未显示在< select>中Ionic App上的标签的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在开发一款Ionic应用程序,出于某种原因,当我使用该标签时,Ok按钮不会出现 - 请查看下面的屏幕截图。

I'm developing an Ionic app, and for some reason, when I use the tag, the "Ok" button doesn't appear - please check the screenshot below.

我使用< select> < option> inside。

I'm using a <select> with <option> inside.

对可能发生的事情有任何疑问?

Any idea on what may be happening?

推荐答案

你试过这么做吗?

.run(function($ionicPlatform) {
  $ionicPlatform.ready(function() {
// Hide the accessory bar by default (remove this to show the accessory bar above the keyboard
    // for form inputs)
    if(window.cordova && window.cordova.plugins.Keyboard) {

  //Change this to false to return accessory bar 
      cordova.plugins.Keyboard.hideKeyboardAccessoryBar(false);
    }
    if(window.StatusBar) {
      // org.apache.cordova.statusbar required
      StatusBar.styleDefault();
    }
  });
});

根据这个,此代码可以带回你的键盘配件。

According to this, this code could bring back your keyboard accessories.

这篇关于&QUOT确定];按钮未显示在&lt; select&gt;中Ionic App上的标签的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆