fluttercommunity/flutter_webview_plugin

WebView doesn't scale properly on iOS

Open

#104 建立於 2018年6月21日

在 GitHub 查看
 (0 留言) (7 反應) (0 負責人)Java (919 fork)batch import
IOSbughelp wanted

倉庫指標

Star
 (1,457 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Some HTML websites do not scale properly on iOS, as they do on Android.

Usually in iOS I'm able to force re-sizing and scaling through specific methods, such as;

self.webView.scalesPageToFit = true self.webView.contentMode = UIViewContentMode.ScaleAspectFit

Is there any inclusion of said methods in this plugin?

貢獻者指南