fluttercommunity/flutter_webview_plugin

WebView doesn't scale properly on iOS

Open

#104 geöffnet am 21. Juni 2018

Auf GitHub ansehen
 (0 Kommentare) (7 Reaktionen) (0 zugewiesene Personen)Java (919 Forks)batch import
IOSbughelp wanted

Repository-Metriken

Stars
 (1.457 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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?

Contributor Guide