Android Question how to hide/show the webview?

Mattiaf

Active Member
Licensed User
Hi, I'm trying to make disappear a webview and to make it to show again whenever I want..
to make it disappear I use webview1.removeview but then I'm not able to make it show again.. Is there any reversible method? thanks
 

MikeH

Well-Known Member
Licensed User
Longtime User
Webview1.visible = true/false?
 
Upvote 0
Top