Feature Request
Ability to set limitsNavigationsToAppBoundDomains to YES
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 alternatives
Service workers will not register in webviews without this
This does not work
<key>com.apple.developer.WebKit.ServiceWorkers</key>
<true/>
Feature Request
Ability to set
limitsNavigationsToAppBoundDomainstoYESMotivation 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
Alternatives or Workarounds
No alternatives
Service workers will not register in webviews without this
This does not work