tags:

views:

42

answers:

1

Hi, I am loading data from svg file on the webview in iPhone , but the problem is that images are getting smaller than the original size , when they are displayed on webView. I am not getting reason that why images are shrinked???

Thanks Meet B.

A: 

try turning off the "scalesPageToFit" property to off, as in:

Yourwebview.scalesPageToFit=FALSE;

pop850
Thankyou....but this does not solve my problem.Images are still smaller than their original size and text on images is still going out of image boundary.
Meet