Answer, for folks with this problem: It's an image handling "feature" (read: bug) of Android - images over a certain size are compressed before being displayed by the browser. So any zoom operations are done on the already highly compressed image, resulting in unreadable text, artifacts, etc.
In my case I chopped up the image into smaller pieces and no compression gets applied, so zooming works fine. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

