How can we add find feature in webview like chrome browser?
Using Blocks there is a Function to get String of Whole Page
1 Like
Thank you so much

how can we hide footer or header in custon web view?
It can’t be hide if it’s ur own domain/hosting than u can edit the header & footer.
can we hide elements by id or class
I don’t have any idea about this u can just search any other community if some one created same topic you can contact them or just copy thier blocks.
in android studio we can hide header using some java code
:- WebViewClient, & document.getElementsByClassName ('header ')[0] .style.display=‘none’
Thanks

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.


