iOS Question webview can't move to a specific location

Ju Yang

Active Member
Licensed User
Longtime User
I enlarged but unable to move to a specific location, every time back to the top
B4X:
File.Copy(File.DirDocuments,"temp.html",File.DirTemp,"temp.html")
  WebView1.ScaleToFit=True
  WebView1.LoadUrl("file://" & File.Combine(File.DirTemp, "temp.html"))
thanks
 
Top