RE: [ANDROID] [XWalk] Crosswalk Webview Device Ready does not fire on Master

2016-10-24 Thread Alexander Sorokin (Akvelon)
Sure, thanks for the clarification. -Original Message- From: Joe Bowser [mailto:bows...@gmail.com] Sent: Monday, October 24, 2016 6:38 PM To: dev Subject: Re: [ANDROID] [XWalk] Crosswalk Webview Device Ready does not fire on Master Yes. That is expected. There should probably be an

Re: [ANDROID] [XWalk] Crosswalk Webview Device Ready does not fire on Master

2016-10-24 Thread Joe Bowser
om] > Sent: Wednesday, October 19, 2016 2:39 AM > To: dev@cordova.apache.org > Subject: Re: [ANDROID] [XWalk] Crosswalk Webview Device Ready does not > fire on Master > > Good work guys! > > > On Tue, Oct 18, 2016 at 3:30 PM, Darryl Pogue wrote: > > > I've o

RE: [ANDROID] [XWalk] Crosswalk Webview Device Ready does not fire on Master

2016-10-24 Thread Alexander Sorokin (Akvelon)
org Subject: Re: [ANDROID] [XWalk] Crosswalk Webview Device Ready does not fire on Master Good work guys! On Tue, Oct 18, 2016 at 3:30 PM, Darryl Pogue wrote: > I've opened a PR to add that bridge mode: > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithu > b.com%2F

Re: [ANDROID] [XWalk] Crosswalk Webview Device Ready does not fire on Master

2016-10-18 Thread Steven Gill
Good work guys! On Tue, Oct 18, 2016 at 3:30 PM, Darryl Pogue wrote: > I've opened a PR to add that bridge mode: > https://github.com/crosswalk-project/cordova-plugin- > crosswalk-webview/pull/100 > > On 18 October 2016 at 15:23, Joe Bowser wrote: > > BTW: I'd send a PR, but I still need Cross

Re: [ANDROID] [XWalk] Crosswalk Webview Device Ready does not fire on Master

2016-10-18 Thread Darryl Pogue
I've opened a PR to add that bridge mode: https://github.com/crosswalk-project/cordova-plugin-crosswalk-webview/pull/100 On 18 October 2016 at 15:23, Joe Bowser wrote: > BTW: I'd send a PR, but I still need Crosswalk to take over the repo from > me, since they're developing off a fork of my repo.

Re: [ANDROID] [XWalk] Crosswalk Webview Device Ready does not fire on Master

2016-10-18 Thread Joe Bowser
BTW: I'd send a PR, but I still need Crosswalk to take over the repo from me, since they're developing off a fork of my repo. https://github.com/crosswalk-project/cordova-plugin-crosswalk-webview On Tue, Oct 18, 2016 at 3:08 PM, Joe Bowser wrote: > Hey > > I just realized what the problem is:

Re: [ANDROID] [XWalk] Crosswalk Webview Device Ready does not fire on Master

2016-10-18 Thread Joe Bowser
Hey I just realized what the problem is: Crosswalk is missing this method, which adds the bridge mode, since the bridge mode defaults back ONLINE_EVENT in the event that EVAL_BRIDGE isn't supported, this will break every time. We need the following line added to Crosswalk. nativeToJsMessageQueu

Re: [ANDROID] [XWalk] Crosswalk Webview Device Ready does not fire on Master

2016-10-18 Thread Joe Bowser
Correct. Without that method, it won't even compile. On Tue, Oct 18, 2016 at 2:31 PM, Darryl Pogue wrote: > On 18 October 2016 at 14:24, Joe Bowser wrote: > > Recently, we decided to change the default bridge from using OnlineEvent > to > > a JS_Exec bridge so that we can support a multi-webvi

Re: [ANDROID] [XWalk] Crosswalk Webview Device Ready does not fire on Master

2016-10-18 Thread Darryl Pogue
On 18 October 2016 at 14:24, Joe Bowser wrote: > Recently, we decided to change the default bridge from using OnlineEvent to > a JS_Exec bridge so that we can support a multi-webview use case. The > downside of this change is that it breaks on Crosswalk. It's almost > impossible to debug this si

[ANDROID] [XWalk] Crosswalk Webview Device Ready does not fire on Master

2016-10-18 Thread Joe Bowser
Hey Recently, we decided to change the default bridge from using OnlineEvent to a JS_Exec bridge so that we can support a multi-webview use case. The downside of this change is that it breaks on Crosswalk. It's almost impossible to debug this since projects that include the Crosswalk Webview bre