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.
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.
try turning off the "scalesPageToFit" property to off, as in:
Yourwebview.scalesPageToFit=FALSE;