You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.
Hi, I am using crosswalk webview for Cordova 7.0.1 (I have also tried latest cordova i.e. 8.0.0) to package my HTML5 canvas game.
The problem is that the content is very blurry.
Here is the config.xml configuration that I am using.
Hi, I am using crosswalk webview for Cordova 7.0.1 (I have also tried latest cordova i.e. 8.0.0) to package my HTML5 canvas game.
The problem is that the content is very blurry.
Here is the config.xml configuration that I am using.
<platform name="android"> <allow-intent href="market:*" /> <preference name="Orientation" value="landscape" /> <preference name="Orientation" value="sensorLandscape" /> </platform> <platform name="ios"> <allow-intent href="itms:*" /> <allow-intent href="itms-apps:*" /> </platform> <preference name="Fullscreen" value="true" /> <preference name="xwalkVersion" value="22+" /> <preference name="xwalkCommandLine" value="--disable-pull-to-refresh-effect --force-device-scale-factor=1 --disable-touch-drag-drop --disable-pinch" /> <engine name="android" spec="^6.2.3" /> <plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
I am also using viewport meta tag:
<meta name="viewport" content="user-scalable=no">
Any help in this regard would be highly appreciated.
Thank you.
The text was updated successfully, but these errors were encountered: