-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Hi team,
I'm building an app using the Catalyst framework mainly because it supports universal app development. However, I'm finding it difficult to locate documentation for several native capabilities that are essential for production-grade mobile applications. It's unclear whether these features are currently unsupported or if the documentation is outdated or incomplete.
Below is a list of capabilities that are either missing or not clearly exposed. I've organized them based on priority according to my project requirements:
Missing Features
- Get and lock device orientation.
- Access current device location.
- Access live camera feed and capture media.
- Open native file/media picker with constraints (file type, size, etc).
- Disable or override system navigation buttons and gestures.
- Trigger haptics and handle push notifications.
- Invalidate or clear app-level cache.
- Clear application data programmatically.
- Handle deep links and wake app from killed state.
- Detect app suspend or close state (similar to componentWillUnmount).
- Read app permissions (e.g. battery optimization).
- Set different splash screens at runtime. ( Set during app exec, next time app is opened, expecting the updated screen )
- Associate file types to app (e.g. handle shared image into app flow).
- Download and store files in local application storage programmatically and read them inside app.
Would appreciate guidance on existing support or whether these are on the roadmap.
mayankmahavar111 and trinachoudhury1mg
Metadata
Metadata
Assignees
Labels
No labels