youjunjer Member Licensed User Longtime User Sep 13, 2015 #1 Is there any method to detect webview status such as page on loading, I need to make a msgbox to show "page on loading". And if network or website is error or unavailable, I need to redirect to a local page. Thank for a lot....
Is there any method to detect webview status such as page on loading, I need to make a msgbox to show "page on loading". And if network or website is error or unavailable, I need to redirect to a local page. Thank for a lot....
Erel B4X founder Staff member Licensed User Longtime User Sep 13, 2015 #2 Show the message when you call WebView.LoadUrl and hide it when WebView_PageFinished completes. Check the value of the Success parameter. Upvote 0
Show the message when you call WebView.LoadUrl and hide it when WebView_PageFinished completes. Check the value of the Success parameter.