开发者

webview Visibility == Invisible

开发者 https://www.devze.com 2023-03-29 05:06 出处:网络
i want to invisile webview , purpose of remove load url . i have try webView.setVisibility(View.INVISIBLE); but it is not working there. in my webview i have load one swf file. and also put button th

i want to invisile webview , purpose of remove load url . i have try webView.setVisibility(View.INVISIBLE); but it is not working there. in my webview i have load one swf file. and also put button there . when i press button invisible co开发者_高级运维de fire. but problem is not invisible or remove webview & loaded data.

So can you help me ?

Thanks

Nik


i got it by this way wevview.removeAllViews();

0

精彩评论

暂无评论...
验证码 换一张
取 消