fluttercommunity / fluttercommunity/flutter_webview_plugin
WebView doesn't scale properly on iOS
Abierto
bug
help wanted
IOS
- Lenguaje dominante
- Java
- Estrellas
- 1.5k
- Forks
- 938
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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?
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.