Anti-aliasing in Android 2.2 stock browser
Is the anti-aliasing during scrolling still implemented in the stock browser of 开发者_开发问答Android 2.2? If yes, how can it be turned off programmatically?
AA is enabled in the stock browser, but it gets temporarily disabled when the view is being scrolled. So when viewing a page you should see it is anti-aliased/smoothed and when you are actively scrolling it you should see the aa off.
AFAIK there is no way to programatically enable/disable the AA behavior and the WebView documentation seems to support that.
精彩评论