iOS中的Ionic选项卡显示选项卡底部的部分图标

时间:2015-11-12 08:01:06

标签: ios xcode cordova ionic

我正在开发一个使用标签的离子移动应用程序。 当我从一个标签转移到另一个标签(单击另一个标签)时,标签底部显示的图标的一部分不到一秒钟。它就像闪烁一瞬间消失。

它只发生在iOS上。在我使用同一个项目之前,它并没有发生。我不知道是什么原因,因为我做了很多(我试图修复iOS9中的错误)...我更新了我的离子,cordova并下载了最新的xcode(我的工作区中有2个xcode,我在6.3和7.0中测试它。我在iOS 8.1上使用iPhone。

请看下面的图片:

Ionic Tab in iOS

1 个答案:

答案 0 :(得分:1)

I got a similar issue with my tabs on iOS9. By looking at the console while running on the iOS simulator, I saw some $digest loop error.

This is a bug specific to iOS 9 caused by ngRoute. Applying the patch provided by Ionic did the trick.

Here is the related issue: https://github.com/driftyco/ionic/issues/4082

And here is the patch: https://gist.github.com/IgorMinar/863acd413e3925bf282c