fluttercommunity/flutter_webview_plugin

WebView doesn't scale properly on iOS

Open

#104 创建于 2018年6月21日

在 GitHub 查看
 (0 评论) (7 反应) (0 负责人)Java (1,457 star) (919 fork)batch import
IOSbughelp wanted

描述

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?

贡献者指南