Adjust the content in a webview

Hi!

How I can adjust the content of a website in a webview the same size?

I get my webview of 120 x 210 but the text looks small. I must correct the document can configure php or better from lua?

Thanks! [import]uid: 98258 topic_id: 34768 reply_id: 334768[/import]

There is some meta tag you have to include in the webpage to keep it from scaling. See if you can put this in your HTML:

<meta name=“viewport” content=“width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;” >

[import]uid: 199310 topic_id: 34768 reply_id: 138210[/import]

There is some meta tag you have to include in the webpage to keep it from scaling. See if you can put this in your HTML:

<meta name=“viewport” content=“width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;” >

[import]uid: 199310 topic_id: 34768 reply_id: 138210[/import]