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: