Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion packages/webview/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
| --- | --- |
Expand Down Expand Up @@ -133,7 +135,6 @@ Inside the WebView we have the `nsWebViewBridge` for sending events between the
### Android
* Settings
* AppCache?
* User agent?

#### iOS
* Settings?
Expand Down