I have a native app that I'm using Phonegap Build to compile. I am trying to use the Crosswalk Webview
plugin in my app.
According to the official Phonegap blog, all plugins are now hosted on NPM. According to this blog post, plugins tagged ecosystem:cordova
should work with Phonegap Build.
While trying to include the cordova-plugin-crosswalk-webview
(here), Phonegap Build fails with a very generic error message ("Oh geez. Your build failed. Sorry, but a problem occurred on the build server").
Has anyone else experienced this? Or has anyone else been able to get Crosswalk to work with Phonegap Build?