fluttercommunity/flutter_webview_plugin

WebView doesn't scale properly on iOS

Open

#104 aperta il 21 giu 2018

Vedi su GitHub
 (0 commenti) (7 reazioni) (0 assegnatari)Java (919 fork)batch import
IOSbughelp wanted

Metriche repository

Star
 (1457 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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?

Guida contributor