ponnamkarthik / FlutterWebView

Flutter Plugin that Renders Native Webview as a widget in flutter
Other
62 stars 26 forks source link

Garbled characters appear on some android devices #9

Closed Robin-JW closed 5 years ago

Robin-JW commented 5 years ago

Hi,we found the garbled characters appear on some android devices

so, i'm change the code to use webView.loadDataWithBaseURL(null, html, "text/html", "utf-8",null); to repleace this webView.loadData(html, "text/html", "utf-8"); image

ponnamkarthik commented 5 years ago

Thanks @gejw0623 will replace in new version

ponnamkarthik commented 5 years ago

fixed 1.0.2