webview_flutter_plus icon indicating copy to clipboard operation
webview_flutter_plus copied to clipboard

Default Zoom in webview.

Open ben55j opened this issue 4 years ago • 3 comments

Hello,

I am using your package to display an html content from my assets. It works great but the default size it a bit too small and does not uses all the width of the screen. Is there some adjustments I can do to better fit with my screen?

Thank you, Benjamin.

ben55j avatar Apr 30 '21 16:04 ben55j

Any updates on the above?

nicks258 avatar Mar 18 '22 13:03 nicks258

Add this tag to your HTML file, <meta name="viewport" content="width=device-width, initial-scale=1.0">

Shahxad-Akram avatar Mar 18 '22 15:03 Shahxad-Akram

It works. Thanks for quick reply.

nicks258 avatar Mar 23 '22 14:03 nicks258