From 2b4663a8bfb5e245a36001e1bcc7919d3e184486 Mon Sep 17 00:00:00 2001 From: Alexander Danilov Date: Tue, 26 May 2026 12:20:45 +0500 Subject: [PATCH] docs: document userAgent property in README --- packages/webview/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/webview/README.md b/packages/webview/README.md index ecb4f72..4714294 100755 --- a/packages/webview/README.md +++ b/packages/webview/README.md @@ -80,6 +80,8 @@ The custom `NSURLProtocol` used with UIWebView is shared with all instances of t | limitsNavigationsToAppBoundDomains | false | iOS: allows to enable Service Workers **Note:** If set to true, WKAppBoundDomains also should be set in info.plist. | | supportPopups | true / false | iOS: should the webview support popup windows (window.open, target="_blank"). Defaults to true | | scrollBarIndicatorVisible | false | Allow to hide scrollbars. | +| userAgent | string | Set a custom User-Agent string | + | Function | Description | | --- | --- | @@ -133,7 +135,6 @@ Inside the WebView we have the `nsWebViewBridge` for sending events between the ### Android * Settings * AppCache? - * User agent? #### iOS * Settings?