ludei / webview-plus

Uniform webview on any Android 4.x device.
103 stars 16 forks source link

Font rendering changed between 2.0.0 and 2.2.0 #30

Open jrouault opened 9 years ago

jrouault commented 9 years ago

Hello,

I recently updated my project from Webview-plus 2.0.0 to Webview-plus 2.2.0. Following this, I noticed that rendered text seems a bit off and less readable now.

Here are two screenshots illustrating the difference. Text style is arial; sans-serif; and 14px.

Is there a way to restore how it was rendered previously? Thanks.

jrouault commented 9 years ago

Hi, any update on this? I tried Webview+ 2.1.0 and I didn't have this problem, so it's specific 2.2.0.

avarzaka commented 9 years ago

Hi, jrouault I had similar rendering problem with Roboto font and webview+ 2.2 the solution has been found on stackoverflow http://stackoverflow.com/questions/13674808/chrome-svg-font-rendering-breaks-layout. I hope that helps!

jrouault commented 9 years ago

Hi @avarzaka, Thanks for the hint. I will give it a shot and give some feedbacks!

jrouault commented 9 years ago

Sadly, this didn't solve my problem. I'm still looking for a solution to fix this.