fluttercommunity / fluttercommunity/flutter_webview_plugin

User Agent in ipad not detected

オープン
#899 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。