2

I need display only specific part of web page on my webview and I tried it using Jsoup but selected part is display without java-script functionality and CSS styles. Jsoup display specified part but just only HTML elements and I can do nothing with it.

Can I do with zoom ? then how can I set initial zoom for specific area and I need to disable zoom option for users because if they adjust zoom then other part of web page will display.

I need webview look like this

But actual full page is looks like this

How can I do this ?

1 Answer 1

1

You can do this by iFrame (HTML) , No neet to use Jsoup Also, Jsoup is exclusively made for data scraping.

Find out more here : link

Just make a html file in /assets folder in android studio and load that file in web view and you are done!

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.