I tried to use webview_flutter plugin in Flutter. But cannot find to set useragent in there. It's should be there right ? it's a basic function of webview. Is there any possibility way to achieve that ? Thank you in advance.
webview_flutter: ^0.3.13
introduced user agent, so now it could be used easily, like
WebView(
userAgent: "random",
initialUrl: "https://stackoverflow.com/questions/54102162/how-to-use-user-agent-in-webview-flutter-flutter",
)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With