I read all possible questions/response on stackoverflow, but i still can't do what i would like.
My problem is need to display some content in webview (from asset folder, so i can edit the html), and i need to set the webview size, lets say 200dip x 400dip, or any other size.
How i can achieve with the viewport meta tag or something else, to scale the page to fix automatically in the webiew size. (No scroll, etc).
Somebody have any idea?