Caffo17

Results 8 comments of Caffo17

@MagdyEl-Sayed I've experienced the same issue and found a solution. Did you override `onRequestPermissionsResult` in your `MainActivity`? My fix is adding a fallback on a not managed `requestCode` like this...

I solved wrapping the MaterialApp's `home` with a `Builder` ```Dart return MaterialApp( localizationsDelegates: context.localizationDelegates, supportedLocales: context.supportedLocales, locale: context.locale, home: Builder( builder: (context) { return MyWidget(); }, ), ); ``` I...

Opening the same links in Chrome App, on the same device, the videos work correctly without any problem

Hi @imaNNeo, I managed to get the same result using FragmentShaders but I'm not sure how to test them. I'm working on it.

## Showcase with shaders https://github.com/user-attachments/assets/a1d40545-82fa-4b6f-b430-566c19f51a58

Hi @imaNNeo, thanks for your feedback. I've made the changes you asked for. Let me know what you think about them.

Hi @imaNNeo , sorry for the ping. Could you check the last changes? Thanks 🙏