I really don't understand that link and I have no idea how this works.
I have an image size 720 x 600, and I create a webview of width 600 and height = width*600/720 so the image is the same ratio. Now works fine on the iPad, but on the iPhone where the width is 300, the webview does not resize the image! I have tried the following code as well:-
If Main.ActivityWidth < 550 Then
webView1.SizeToFit
webView1.ScaleToFit = True
End If
Webview appears to have its own life!! I am stuck
I have also tried adding the webview to a panel and set the webview to fit the panel.