I need to display only specific part of web page on my webview and I tried it using Jsoup but selected part is displayed 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 using an android webview zoom ?
Then how can I set initial zoom level and focus only for specific area and I need to disable zoom option for users because if they adjust zoom then other part of web page will be displayed.
I need to display web page on my webview looks like this
but it actually looks like this
So please help me
Thanks!
Can I do with using an android webview zoom ?
Then how can I set initial zoom level and focus only for specific area and I need to disable zoom option for users because if they adjust zoom then other part of web page will be displayed.
I need to display web page on my webview looks like this
but it actually looks like this
So please help me
Thanks!
Last edited: