Folo/apps/mobile/native/ios/SharedWebView
Innei 7de1132f6c
refactor(mobile): replace custom web view with SFSafariViewController
This change updates the web view presentation logic to use SFSafariViewController instead of custom modal web view controllers. The modification simplifies the web view handling and provides a more standard iOS browsing experience with built-in Safari features.

Signed-off-by: Innei <tukon479@gmail.com>
2025-03-01 01:02:07 +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
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 refactor(mobile): replace custom web view with SFSafariViewController 2025-03-01 01:02:07 +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