fluttercommunity / fluttercommunity/flutter_webview_plugin
User Agent in ipad not detected
- 主要言語
- Java
- スター
- 1.5k
- フォーク
- 938
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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"
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。