[
https://issues.apache.org/jira/browse/CB-12113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15634873#comment-15634873
]
Paul Kofmann commented on CB-12113:
-----------------------------------
I've found the problem. The 2.1.0 version of cordova-plugin-crosswalk-webview
is broken: both these commits had to be in this version, but unfortunately the
newer one is not yet released:
1.
https://github.com/crosswalk-project/cordova-plugin-crosswalk-webview/commit/bb64c1880f99733cb1da1d9dea49b0becbd0cf28
2.
https://github.com/crosswalk-project/cordova-plugin-crosswalk-webview/commit/f6d1ef308a50dcc0669ea78b72ba3570ae3a2b8b
But you can easily switch to unreleased version. Put this entry into
"cordovaPlugins" section of package.json:
{
"locator":
"https://github.com/crosswalk-project/cordova-plugin-crosswalk-webview.git#f6d1ef308",
"id": "cordova-plugin-crosswalk-webview"
}
> Device plugin and crosswalk plugin, no deviceready event
> --------------------------------------------------------
>
> Key: CB-12113
> URL: https://issues.apache.org/jira/browse/CB-12113
> Project: Apache Cordova
> Issue Type: Bug
> Components: Plugin Device
> Environment: android
> Reporter: Pieter De Gendt
> Attachments: emulator-screenshot-1.png
>
>
> Steps to reproduce:
> {code}
> cordova create hello com.example.hello HelloWorld
> cd hello
> cordova plugin add cordova-plugin-crosswalk-webview
> cordova plugin add cordova-plugin-device
> cordova platform add android
> cordova emulate android
> {code}
> [Crosswalk issue
> reference|https://crosswalk-project.org/jira/browse/XWALK-7424]
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]