fluttercommunity / fluttercommunity/flutter_webview_plugin
User Agent in ipad not detected
- Lenguaje dominante
- Java
- Estrellas
- 1.5k
- Forks
- 938
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
WebviewScaffold(
primary: false,
resizeToAvoidBottomInset: !Platform.isIOS,
userAgent: "SomeRandomUserAgent",
url: "$someUrl",
appBar: ab,
initialChild: Container(),
withLocalStorage: true,
withJavascript: true,
);
We have tested this in iphone ipad android simulators and devices and it works on iphone and android
but not in ipad.
what appears - in ipad - according to our logs is
"Mozilla/5.9 (Mackintosh; Intel Mac OS X 10_15_4) AppleWebKit/605/1/15 (KHTML, like Gecko)"
Otherwise it "SomeRandomUserAgent"
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.