Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Blurry Content #228

Open
KhubaibQaiser opened this issue Jul 10, 2018 · 2 comments
Open

Blurry Content #228

KhubaibQaiser opened this issue Jul 10, 2018 · 2 comments

Comments

@KhubaibQaiser
Copy link

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.

screenshot_2018-07-10-14-19-51-532_com knowledgeplatform sets_challenge

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.

@puzzud
Copy link

puzzud commented Jul 10, 2018

@KhubaibQaiser, do you see this blurriness when you run this application in a browser?

@KhubaibQaiser
Copy link
Author

No, it runs fine in browser.

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

No branches or pull requests

2 participants