fluttercommunity / fluttercommunity/flutter_webview_plugin

User Agent in ipad not detected

Open
#899 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
1.5k
Forks
938
PR merge metrics
No merged PRs in 30d

Description

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"

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.