fluttercommunity/flutter_webview_plugin

WebView doesn't scale properly on iOS

Open

#104 ouverte le 21 juin 2018

Voir sur GitHub
 (0 commentaires) (7 réactions) (0 assignés)Java (919 forks)batch import
IOSbughelp wanted

Métriques du dépôt

Stars
 (1 457 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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?

Guide contributeur