papyrus_ios 0.1.0 copy "papyrus_ios: ^0.1.0" to clipboard
papyrus_ios: ^0.1.0 copied to clipboard

PlatformiOS

iOS WKWebView implementation for Papyrus.

papyrus_ios #

iOS WKWebView implementation package for Papyrus.

The native implementation maps Papyrus policies to WKWebViewConfiguration, WKNavigationDelegate, non-persistent storage, scheme handling, file-access constraints, and content-size observation.

Inline HTML without a base URI is loaded through a data: URL so the Apple WKWebView path stays aligned with the macOS implementation.

iOS does not use the macOS sandbox entitlement model, so there is no com.apple.security.network.client runner entitlement to add here. If the host app loads insecure remote content, configure App Transport Security in the iOS runner as needed.