-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Description
Feature Request
Ability to set limitsNavigationsToAppBoundDomains to true
Motivation Behind Feature
This flag allows services workers to register for the limited number of domains (10) in webviews on IOS
Feature Description
A setting to toggle this on for IOS
configuration.limitsNavigationsToAppBoundDomains = YES;
...
<key>WKAppBoundDomains</key>
<array>
<string>MYDOMAIN.TEST</string>
</array>
Alternatives or Workarounds
No alternative service workers will not register in webviews without this
<key>com.apple.developer.WebKit.ServiceWorkers</key>
<true/>
does not work
Metadata
Metadata
Assignees
Labels
No labels