gpt4 book ai didi

ios - ionic - 下拉列表在 iPAD 中闪烁

转载 作者:行者123 更新时间:2023-11-29 11:41:24 24 4
gpt4 key购买 nike

我的 Ionic 应用程序中的下拉列表在 iPAD 中闪烁。

[1。在下拉点击]

enter image description here

[2。如果点击外部下拉列表]

enter image description here

[3。如果在下拉列表中点击]将再次显示图像 1。

它在 iPhone 5s 上运行良好。但不是在 iPAD 中。

任何解决方案或解决方法?

编辑:

即使我改变 iPAD 的方向,它也会显示之前列出的下拉内容。

最佳答案

最近更新的 iOS 11 和 Apple 的 UIWebView 似乎是一个问题。它适用于 Apple 的 WKWebView。

通过安装 cordova 的 WKWebView 解决了这个问题。

>> cordova plugin add cordova-plugin-wkwebview-engine --save

然后在config.xml中添加如下内容:

<feature name="CDVWKWebViewEngine">
<param name="ios-package" value="CDVWKWebViewEngine" />
</feature>

<preference name="CordovaWebViewEngine" value="CDVWKWebViewEngine" />

引用链接:

  1. > WKWebView Engine plugin
  2. > Apple's Documentation
  3. > Cordova forum
  4. > Other SO question

关于ios - ionic - 下拉列表在 iPAD 中闪烁,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46365944/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com