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 ?

