fluttercommunity / flutter_webview_plugin

Community WebView Plugin - Allows Flutter to communicate with a native WebView.

Home Page:https://pub.dev/packages/flutter_webview_plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No option to change font size of html content inside webview

neeluagrawal04 opened this issue · comments

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.