fluttercommunity / flutter_webview_plugin

Community WebView Plugin - Allows Flutter to communicate with a native WebView.
https://pub.dev/packages/flutter_webview_plugin
Other
1.48k stars 929 forks source link

No option to change font size of html content inside webview #948

Open neeluagrawal04 opened 2 years ago

neeluagrawal04 commented 2 years ago

System info

Issue occurs on: iOS / Android / both Plugin version: ^0.4.0 Flutter doctor output: NA

Steps to Reproduce

  1. use this plugin in your app
  2. there is no option found to change the font size of html content which is shown inside webiew (like we have in android as webview.getSettings().setDefaultFontSize(14)). Need similar kind of option in flutter supported by both android and ios

Stucked in this please help.