Reputation: 304
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.
How can I do this ?
Upvotes: 2
Views: 387
Reputation: 602
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!
Upvotes: 1