B4J Question Webview clear the content

bogdanc

Active Member
Licensed User
Longtime User
Hi!

How to clear - remove the continent loaded to webview.

Example:
- loaded some webpage
- remove content to get blank webview
 

Daestrum

Expert
Licensed User
Longtime User
I think you can use
B4X:
yourWebview.LoadHtml("")
 
Upvote 0
Top