Folo/apps/mobile/native/ios/SharedWebView
Innei ad06db9744
feat(mobile): enhance CORS handling and image loading in WebView
- Add CORS headers to CustomURLSchemeHandler for cross-origin requests
- Implement custom URL scheme protocol for image loading in MarkdownImage
- Replace HTTP/HTTPS URLs with a custom protocol to enable cross-origin image rendering

Signed-off-by: Innei <tukon479@gmail.com>
2025-02-08 22:47:47 +08:00
..
Injected feat(mobile): enhance iOS image preview with SDWebImage and improved QuickLook handling 2025-02-08 17:50:13 +08:00
CustomURLSchemeHandler.swift feat(mobile): enhance CORS handling and image loading in WebView 2025-02-08 22:47:47 +08:00
FOWebView.swift feat: Implement the webview sandbox using a microfront end for rn to implement the full html renderer (#2691) 2025-02-07 23:15:29 +08:00
ModalWebViewController.swift feat: Implement the webview sandbox using a microfront end for rn to implement the full html renderer (#2691) 2025-02-07 23:15:29 +08:00
SharedWebView+BridgeData.swift feat(mobile): enhance iOS image preview with SDWebImage and improved QuickLook handling 2025-02-08 17:50:13 +08:00
SharedWebView.swift feat: Implement the webview sandbox using a microfront end for rn to implement the full html renderer (#2691) 2025-02-07 23:15:29 +08:00
SharedWebViewModule.swift feat: Implement the webview sandbox using a microfront end for rn to implement the full html renderer (#2691) 2025-02-07 23:15:29 +08:00
WebViewManager.swift feat(mobile): enhance HTML renderer with image rendering and blurhash support 2025-02-08 19:12:47 +08:00
WebViewState.swift feat: Implement the webview sandbox using a microfront end for rn to implement the full html renderer (#2691) 2025-02-07 23:15:29 +08:00