billchapp Member Licensed User Longtime User Jan 21, 2016 #1 I apologize if this is on the forum and I missed it. Is there a way to force a WebView to stop loading a url ? Thank you in advance Bill
I apologize if this is on the forum and I missed it. Is there a way to force a WebView to stop loading a url ? Thank you in advance Bill
Erel B4X founder Staff member Licensed User Longtime User Jan 21, 2016 #2 You can call WebView.LoadHtml("") to show an empty page. Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Feb 1, 2016 #4 Note that the new WKWebView includes a StopLoading method. Upvote 0