fuse-open / fuselibs

Fuselibs is the Uno-libraries that provide the UI framework used in Fuse apps
https://npmjs.com/package/@fuse-open/fuselibs
MIT License
176 stars 72 forks source link

Fix Android CameraView not showing on Android 13 or later because of permissions #1496

Closed ichan-mb closed 3 months ago

ichan-mb commented 3 months ago

This PR also fix memory leak on <Video> component reported on android Logcat because FileDescriptor is not closed.

This PR contains: