Folo/apps/mobile/web-app/html-renderer
Innei b67685b6c1
feat(mobile): enhance image preview and URL scheme handling in iOS
- Implement FollowImageURLSchemeHandler for custom image loading and caching
- Update ImagePreview to support loading images from URLs
- Modify WebView configuration to use new image URL scheme handler
- Remove deprecated image preview methods
- Update bridge data structure for image preview
- Refactor image preview logic across multiple modules

Signed-off-by: Innei <tukon479@gmail.com>
2025-03-12 00:05:14 +08:00
..
src feat(mobile): enhance image preview and URL scheme handling in iOS 2025-03-12 00:05:14 +08:00
types refactor(mobile): rename sourceContent to readabilityContent (#3013) 2025-03-10 11:20:20 +08:00
global.d.ts feat(mobile): enhance image preview and URL scheme handling in iOS 2025-03-12 00:05:14 +08:00
index.html 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
package.json feat(mobile/html-renderer): Add WrappedElementProvider for dynamic element tracking 2025-02-19 21:23:18 +08:00
postcss.config.cjs 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
tailwind.config.ts 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
tsconfig.json feat(mobile): enhance HTML renderer with image rendering and blurhash support 2025-02-08 19:12:47 +08:00
vite.config.mts build: fix import path (#2932) 2025-03-02 18:01:11 +08:00