Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
Problem with ons-page on IPhone
-
We have some problem with OnsenUI library I think when test the app on IPhone.
Problem reported on console is for IPhone 9.3.5 and goes like this:
<ons-page class=“page” _compiled="">
Error: undefined is not an object (evaluating ‘this._animatorFactory.newAnimator’)
…So this problem crash the app and then other features doesn’t works. On Android works fine.
The flow goes like this:
index.html has one ons-menu wich has default page Home.html
Home.html has ons-page > ons-tabbar >ons-tab-item Main.html
Main.html has ons-navigator > ons-page > ons-list > ons-list-item > divThe problem starts when main page shows up.
Library of OnSen UI: onsenui v2.0.0-rc.15 - 2016-06-29
Also AngularJs + NgAnimateDo you have any other reports for this problem?
Thanks,
Altin
-
@Altin Hey! I think I haven’t seen this kind of issue before. Does this happen in desktop Safari as well? Could you make a quick example in Codepen?
-
Hi Fran. The problems are solved now by upgrading to the latest OnsenUI release (2.0.2) and AngularJs (1.5.8).
Thanks
Altin