Norman Breau
Norman Breau
> Still need this in 2024. For example: `onesignal-cordova-plugin` (version 5). Cordova installs every plugin for every platform (`ios`, `android` and `browser` for example). Unfortunatelly, `onesignal-cordova-plugin` does not support `browser`...
> Hello, > > No news about the previous message ⬆️ ? I still have the issue (CompassError Code 3) on Xiaomi Redmi Note 10 and 11 even if the...
> okay so after more testing I found that calling `release()` after `stopRecord()` was working... Is this normal behavior ? Based on the [docs](https://github.com/apache/cordova-plugin-media#mediarelease) I'd say so. > Releases the...
Superceded by https://github.com/apache/cordova-plugin-screen-orientation/pull/107 Thank you for your efforts, but I think it this PR is obsolete so I'll be closing it.
> Hey Team, Do you guys are planning any release of this hotfix, If not what is the alternative solution to which I can resolve this like patch work in...
> Hai @breautek / @NiklasMerz I have tested this locally, and It looks Good, but I can't release it for production using GitHub link. Could help when we expect latest...
> Hi @NiklasMerz I have tested this locally, Fix is working as expected, When can we expect the 3.0.3 release version? See https://github.com/apache/cordova-plugin-screen-orientation/pull/102#issuecomment-1438519675 Locking this issue as we are beginning...
Android's scoped storage forbids creating custom directories in external storage root and some other directories. Scoped storage is enforced on all API 29 devices and later. Additionally, API 29 SDK...
> I presume the LocalFileSystem.PERSISTENT can be replaced with cordova.file.externalDataDirectory or similar? Or is PERSISTENT the only way to make this work? Not quite. First I want to make clear...
154k files in a single directory? ouff... I'm not sure if you're working with android or iOS but on android I'm curious how much time is spent at [listFiles](https://github.com/apache/cordova-plugin-file/blob/360a73c2c257258e4108f5c290917bed5193e34b/src/android/LocalFilesystem.java#L228) or...