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.
Tutorial not working with Onsen UI final release
-
Hello,
I’m trying to run the reference tutorial “Stack navigation” on different Android versions:
https://onsen.io/tutorial/?framework=vanilla&category=Reference&module=navigator
This does not work for Android earlier than 4.4, the “Push page” does nothing.
I’m sure it worked with previous RC versions of Onsen UI, but does not work anymore with version 2.0.0.
Any idea please?
Thanks!
-
@Rork There are some issues in the CustomElements polyfill we are using right now for 2.0.0. We will try to patch it as soon as possible but for the time being looks like only +4.4 is supported.
I know you saw my comment in another topic about browser compatibility, but since this is a recent issue you can consider that information outdated. We updated the browser compatibility information in the readme of the Github repo. It should work with Crosswalk and as I said before, we’ll try to fix the polyfill to support older versions again.
-
Thanks for your reply. I hope that it can be fixed.
I’ve added the Crosswalk plugin, but it doesn’t seem to work better. Did I miss something?
-
Important: after adding the Crosswalk plugin, you must call
cordova clean
before building, or else the app won’t use the new WebView.