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] Disable gpu-rasterization #5267

Closed
dnish opened this issue Sep 23, 2015 · 4 comments
Closed

[Crosswalk] Disable gpu-rasterization #5267

dnish opened this issue Sep 23, 2015 · 4 comments

Comments

@dnish
Copy link

dnish commented Sep 23, 2015

When adding the meteor add crosswalk package, my whole app is full of pixel errors while changing the routes. I'm using Android 4.4. The issue is reported here:

https://crosswalk-project.org/jira/browse/XWALK-3123

How can we disable the GPU rasterization with the Meteor Cordova package?

@martijnwalraven
Copy link
Contributor

The Crosswalk Cordova plugin that our package wraps allows you to configure Chromium command line options with a preference setting. With Meteor, you can test this by adding the following line to mobile-config.js: App.setPreference('xwalkCommandLine', '--show-fps-counter');. This should show an FPS counter in the web view so you can easily see whether passing these options is working.

The option you're interested in seems to be --disable-gpu-rasterization.

I noticed a new version of the plugin is available, so I upgraded it to 1.3.0, which uses Crosswalk 14 by default. This should come out in the next Meteor 1.2 point release. It is worth testing whether that happens to solve your problems even without disabling GPU rasterization.

@pmwisdom
Copy link

@martijnwalraven There is version 1.3.1 for Crosswalk that is out now on NPM that solves a really nasty native keyboard glitch on android that causes the screen to flicker up and down every time you open it. Might want to look into that version instead.

@martijnwalraven
Copy link
Contributor

Ah, good to know. I updated the plugin to 1.3.1. Will be in Meteor 1.2.0.2.

@yyx990803 yyx990803 added this to the Release 1.2.0.2 milestone Sep 24, 2015
@stubailo
Copy link
Contributor

Meteor 1.2.0.2 is out!

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

5 participants