fluttercommunity / fluttercommunity/flutter_webview_plugin
WebView doesn't scale properly on iOS
Offen
bug
help wanted
IOS
- Vorherrschende Sprache
- Java
- Sterne
- 1.5k
- Forks
- 938
- PR-Merge-Kennzahlen
- 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?
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.