Folo/apps/mobile/web-app/html-renderer
Innei 5d340ec0ca
feat(mobile/html-renderer): Add WrappedElementProvider for dynamic element tracking
- Introduce WrappedElementProvider to track element size and position
- Create ProviderComposer for composing multiple context providers
- Add hooks for accessing wrapped element details
- Update HTML component to use new provider
- Enhance image rendering with dynamic width calculation

Signed-off-by: Innei <tukon479@gmail.com>
2025-02-19 21:23:18 +08:00
..
src feat(mobile/html-renderer): Add WrappedElementProvider for dynamic element tracking 2025-02-19 21:23:18 +08:00
types feat(mobile): enhance HTML renderer with image rendering and blurhash support 2025-02-08 19:12:47 +08:00
global.d.ts feat(mobile): enhance iOS image preview with SDWebImage and improved QuickLook handling 2025-02-08 17:50:13 +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 feat(mobile/html-renderer): Add WrappedElementProvider for dynamic element tracking 2025-02-19 21:23:18 +08:00