javascript - Meteor + Crosswalk — Questions and progress -
has wrapped latest meteor-version inside crosswalk+cordova? possible build meteor-project, copy client code custom cordova-wrapper, , build , run app on android or maybe windows phone?
what have tried far:
build in meteor, customised android project directory inserting crosswalk , re-building ant no successful builds. keep getting build errors several different version combinations of crosswalk , cordova.
build tgz meteor, copy html custom cordova + crosswalk wrapper got app build, got following errors:
lots of plugin errors, fixed making sure had right versions of cordova plugins meteor uses
blank screen when iron router not this.next() @ point fixed copying client html cordova's www instead of meteor's custom cordova.js , cordova_plugins.js
i still kept getting blank screen , errors in dev tools console, switched cordova's own built cordova.js , cordova_plugins.js meteor correspondents , let meteor start meteor_cordova_loader.js meant to
now i'm stuck iron router's default screen (/home yadda yadda) , 'serviceconfiguration' error in console
meteor absolutely needs crosswalk. right makes apps run smoother vanilla webview, , dont have worry html/css compatibility have own chromium engine loading it.
Comments
Post a Comment