iOS Question Webview

GiulioVale

Active Member
Licensed User
Longtime User
Any possibility that webview newer call PageFinished method when is used webview.loadhtml instead of webview.loadurl ?
 

GiulioVale

Active Member
Licensed User
Longtime User
Not sure that I understand the question...
ehehe sorry for my really bad english.

When you use webview with webview.loadurl method PageFinished method is fired because the load is completed. The same not appen with webview.loadhtml. In the next time I try to make an example and upload
 
Upvote 0

GiulioVale

Active Member
Licensed User
Longtime User
Ok my fault :(. B4A signature for pagefinished is WebView1_PageFinished (Url As String) instead for b4i pagefinished is WebView1_PageFinished( Success As Boolean, Url As String) so simple copy and paste not work :(

The only difference is that b4i always call OverrideUrl intead b4a no. (attached the example b4a, b4i that show this)
 

Attachments

  • webview.zip
    5.2 KB · Views: 311
Upvote 0
Top