sonlichao commented on issue #1564:
URL: https://github.com/apache/cordova-ios/issues/1564#issuecomment-3336889702

   ## Update: `allowFileAccessFromFileURLs` no longer works on iOS 26
   
   I want to add critical information about what has changed in iOS 26.
   
   ### What worked before (iOS ≤ 25):
   We could enable file:// URL access in WKWebView using:
   ```objective-c
   WKWebViewConfiguration *config = [[WKWebViewConfiguration alloc] init];
   [config.preferences setValue:@YES forKey:@"allowFileAccessFromFileURLs"];
   
   ```
   
   Current situation (iOS 26):
   This configuration is completely ignored. The allowFileAccessFromFileURLs 
preference no longer has any effect on iOS 26.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to