You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 10, 2024. It is now read-only.
Android SDK 19 is required, update `App_Resources/Android/app.gradle`:
40
+
Android SDK 19 is required, update `App_Resources/Android/app.gradle`:
41
41
```
42
42
android {
43
43
defaultConfig {
@@ -101,6 +101,7 @@ Custom-scheme support for `iOS <11` was removed because of [ITMS-90809](https://
101
101
| scrollBounce | true / false | iOS: Should the scrollView bounce? Defaults to true. |
102
102
| supportZoom | true / false | Android: should the webview support zoom |
103
103
| viewPortSize | false / view-port string / ViewPortProperties | Set the viewport metadata on load finished. **Note:** WkWebView sets initial-scale=1.0 by default. |
104
+
| limitsNavigationsToAppBoundDomains | false | iOS: allows to enable Service Workers **Note:** If set to true, WKAppBoundDomains also should be set in info.plist. |
104
105
105
106
| Function | Description |
106
107
| --- | --- |
@@ -150,7 +151,7 @@ Inside the WebView we have the `nsWebViewBridge` for sending events between the
0 commit comments