Find in page feature like chrome

How can we add find feature in webview like chrome browser?

@Technical_rajan

Using Blocks there is a Function to get String of Whole Page

1 Like

fist of all u have to use this extension

and simple block

and the result -

1 Like

Thank you so much
:heart_eyes:

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’


I try this using the website css name and it’s working for me.

$(".website-css").hide();
3 Likes

Thanks
:heart_eyes: :heart_eyes: :heart_eyes:

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