gpt4 book ai didi

sencha-touch-2 - iOS 9 中 Sencha Touch 2.0 的 Ext.Messagebox 问题

转载 作者:行者123 更新时间:2023-12-04 16:48:34 25 4
gpt4 key购买 nike

我在 Sencha Touch 2.0.0 中创建了一个 iPad 应用程序,它在 iOS 8 和 iOS 7 上运行得很好。但是在升级到 iOS 9 之后,叠加层之后的任何东西都会破坏/卡住应用程序。

我发现最新版本的 Sencha Touch 没有这个问题。但是由于一些性能问题,sencha Touch 的最新版本不能在我们的应用程序中使用。

问题存在于 Messagebox、date picker、Action sheet 等组件中。

谁能建议我解决这个问题?

非常感谢

最佳答案

试试这个,对我来说它有效:

Ext.override(Ext.Component, {
hide: function (animation) {
if (!this.getHidden()) {
this.setHidden(true);
}
return this;
}});

灵感来自:https://www.sencha.com/forum/showthread.php?262324-Sencha-Messagebox-and-Overlay-Problems-on-HTC-One-Browser

关于sencha-touch-2 - iOS 9 中 Sencha Touch 2.0 的 Ext.Messagebox 问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32795412/

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