Text-shadow rendering on Android 4.4.2 bug

核能气质少年 提交于 2019-12-08 04:55:34

问题


we develop and android app that opens a full screen browser and loads some content. this all works fine excepted this little bug:

only under 4.4.2 (works fine on 10 devices with 4.2, and also tested on 4.4/5) only the text-shadow css feature drops the shadow on the top of the text box instead of behind the text. it fails in our app, also fails in the default browser, but works fine in Chrome or firefox on the same android stick.

as you can see it from the attached screenshot the box shadow works fine.

also this issue is related to kernel 3.0.36+ and works fine on (Nexus7 4.4.2 with) 3.4.

so as we think this will be an issue with the webkit engine, and looking for some solution/workaround

来源:https://stackoverflow.com/questions/28109017/text-shadow-rendering-on-android-4-4-2-bug

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!