Skip to content

feat(iOS): ability to set limitsNavigationsToAppBoundDomains to YES #1088

Description

@JasonTaylorAcronym

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/>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions