Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crosswalk compatibility #3

Closed
andrewvmail opened this issue Dec 8, 2017 · 3 comments
Closed

crosswalk compatibility #3

andrewvmail opened this issue Dec 8, 2017 · 3 comments

Comments

@andrewvmail
Copy link

just trying to get the plugin working with an app that have crosswalk but having null pointer issue. tried swapping out WebView with XWalkView as the view type but still crashing on createEngine code. just wondering if you guys have any tips or experience working with crosswalk :)

cheers for cool plugin

@jacquarg
Copy link
Contributor

jacquarg commented Dec 8, 2017

Hello,
Actually, I didn't know Crosswalk before your message : ) .

The difficulty is to make a WebView (a CordovaWebView, or for you a XWalkView) on a headless Service instead of an Activity.
To make it work, I tried to find a solution to avoid the crash, one after the other ! For an example, in a previous version, I had to create a small and translucent view to make it works.

I can't really give you some real help here, but just a bit of hope ^^ . This plugin is just a big hack, but it works (for now) !

Good luck !

@andrewvmail
Copy link
Author

Thanks for the inspiring message! I think my last hope is i have to use window manager and system wide access. Will post back my findings and result for future people stumbling on this.

Best

@andrewvmail
Copy link
Author

oops I meant system alert window

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants