qml android texts are unclear
-
Hi,
there is a problem by android application in case of set a text to text element or write text in textfield. randomly text will be unclear when i try to write a text in textfiled as you can see in following image(qml chat example)and unfortunately this problem unclear all text in application(not just target text or textfield text).http://i59.tinypic.com/iz0rcj.png
my questions:
- this problem occur in witch android versions or phones?
- is there any way to fix it?
my tests:
phone: huawei p6
android: 4.2
occurredphone: htc hd2
android: 2.3
occurredphone: galaxy core
android: 4.1.2
does not occurredphone: galaxy s3
does not occurredphone: galaxy s2
does not occurred -
@mehrdad said:
uawei p6
Take a look at this https://forum.qt.io/topic/39803/font-rendering-bug-on-some-android-devices/6
Try adding and see if that helps
qputenv("QML_USE_GLYPHCACHE_WORKAROUND", QByteArray("1"));
-
This post is deleted!
-
thank you very much....
1/4