Shahxad-Akram / webview_flutter_plus

An extension of webview_flutter to load HTML,CSS and Javascript even from Assets or Strings.
https://pub.dev/packages/webview_flutter_plus
Other
57 stars 48 forks source link

Default Zoom in webview. #17

Open ben55j opened 3 years ago

ben55j commented 3 years ago

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.

nicks258 commented 2 years ago

Any updates on the above?

Shahxad-Akram commented 2 years ago

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

nicks258 commented 2 years ago

It works. Thanks for quick reply.