Robert Mengual
Robert Mengual
Hi all! I would like to create a FOSS mobile app for fossjobs. I think it would be useful for me and thus for more people interested in these opportunities....
Whenever you wrap something with the ThemeProvider in order to customize the theme, Typescript complains about this: > Property 'children' does not exist on type 'IntrinsicAttributes & ThemeProviderProps' In order...
**Describe the bug** When nativeStyleToProp is configured like in the docs example https://www.nativewind.dev/v4/api/css-interop, the props are not being generated as expected. **To Reproduce** Steps to reproduce the behavior: This works...
**Describe the bug** While using the plugin @capacitor/status-bar, after dismissing an ad, the screen is set to full screen (overlaysWebView: true) instead of remaining as it was. Only reproducible on...
**Describe the bug** On Android (haven't tried on iOS), if you preload more than 40 sounds and play them, they will not be played. **To Reproduce** Steps to reproduce the...
**Describe the bug** I've seen that when volume is not set in PreloadOptions, sometimes I get the following error: *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSTaggedDate count]:...
**Describe the bug** On Android, calling multiple NativeAudio.preload(...) one after the other works like a charm. However, on iOS there is a native error that crashes the app. They need...
### Description Sometimes, plugins notify many times per second, which makes these logs unbearable. ### Platforms - [x] iOS - [x] Android - [ ] Web ### Request or proposed...
**Describe the bug** When calling ui("mode","dark") and ui("theme",...) at the same time, there are race conditions and the wrong theme is applied in the end. **To Reproduce** Steps to reproduce...