[Crosswalk] Disable gpu-rasterization #5267
Comments
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 The option you're interested in seems to be 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. |
@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. |
Ah, good to know. I updated the plugin to 1.3.1. Will be in Meteor 1.2.0.2. |
Meteor 1.2.0.2 is out! |
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?
The text was updated successfully, but these errors were encountered: