Skip to content

IOS limitsNavigationsToAppBoundDomains #1088

@JasonTaylorAcronym

Description

@JasonTaylorAcronym

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions