I guess your problem is the value you set for the viewport width. this value determinates how wide the actual image will be rendered before its displayed on the screen. You need to find the right ratio between your htmlDrawable height and the viewport width to get the best rendering result. In your case I would try to increase the viewport width of your htmlDrawable (400 insted of 140).
Best regards
Andreas
S
Salvo Esposito
said
over 10 years ago
Hello,
I am trying to show on the screen some HtmlDrawable objects.
I can actually see on teh screen... but they are quite blurry.
I am coding in XCode 4.5 (native , no phonegap) and testing on a iPhone 4s.
Salvo Esposito