Text-rendering: Optimizelegibility Crashes Android Stock Browser
Today I noticed that all of my webpages crash the stock browser on my HTC. After some debugging I found that text-rendering: optimizeLegibility; causes this. After removing it from
Solution 1:
I had issues with text-rendering on Nexus 7, using a WebView (which basically is the stock browser). It didn't crash anything, but it ignored all font-family declarations in the CSS. It just used the default font on everything.
Post a Comment for "Text-rendering: Optimizelegibility Crashes Android Stock Browser"