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.
pushPage does not work in Firefox?
-
I call the pushPage method with a separate file page-2.html:
document.getElementById ('navigator').pushPage ('page-2.html');
It works in different browsers but not in Firefox. Is it a bug?
I use the latest version 2.6.1.Here is the error:
TypeError: internal.doc.getElementById(…) is null internal.js:156Thanks.
-
@Rork Hi! That’s already fixed in development gh#2216. Will be released soon :+1:
-
:+1: