简体   繁体   English

离子/科尔多瓦应用程序中IOS 10.3.3中的屏幕闪烁问题

[英]Screen Flickering issue in IOS 10.3.3 in ionic/cordova app

I'm working on a hybrid app with angular using ionic/cordova frameworks, its working fine on android but showing some flickering on a screen when I run it on iPad. 我正在使用ionic / cordova框架开发带有角度的混合应用程序,它在android上可以正常工作,但是当我在iPad上运行时,屏幕上会出现一些闪烁。 I've already reached the internet but couldn't find exact solution or the cause of the problem. 我已经连接到互联网,但找不到确切的解决方案或问题的原因。 Version are: 版本是:

Angular => 5
ionic => 3.9.2
cordova => 7.0.1
iOS => 10.3

Any help in this regard would be highly appreciated. 在这方面的任何帮助将不胜感激。 Thanks. 谢谢。

Add these two properties to prevent flickering effects: 添加以下两个属性以防止闪烁效果:

-webkit-transform-style: preserve-3d;
-webkit-backface-visibility: hidden;

Please let me know if this work. 请让我知道是否可行。 Happy Coding! 编码愉快! :) :)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM