Norman Breau

Results 830 comments of Norman Breau

> @breautek no worries... it's all been useful information to know! > > I'm running those exact versions, so yeah... issue is still there. I presume based on what you've...

Try using [cordova.file.*](https://github.com/apache/cordova-plugin-file#where-to-store-files) constants instead of the `cdvfile` urls. Note that the currently released version of this plugin is still an old version that was released before this plugin was...

> have managed to get the timeouts to stop by changing self.locationManager.distanceFilter from = 5 to = kCLDistanceFilterNone; This means you aren't moving more than 5-8 meters (depending on location...

Things have changed since your PR and there is an outstanding merge conflict. Once that is resolved, I can look at the android side of things. Just tag me and...

I think android looks fine. Tested on android emulator and seems to work perfectly with both screen cutouts and without. Also works with webview overlay which I think is useful....

Before this can be merged we will need: - https://github.com/apache/cordova-plugin-statusbar/pull/134#discussion_r350545105 to be addressed - A second PMC member, preferably one who is knowledgeable about iOS to vote in favour.

Thank you for your feature request. I'm going to explain couple of concerns I have, and then provide an alternate approach at the end. 1) Splashscreens do launch before any...

For android, I don't think this is possible anymore at all because we are now using Android 12 splashscreens. The rationale of using Android's new splashscreen system is because it...

Thanks for the investigation @sc0ttdav3y This matches my findings, the external root directory `/storage/emulated/0/` (or it may be a `/sdcard` path if your device has a real external storage) is...

Thank you for feature request. For privacy concerns, I agree this change is necessary. In addition to your use case, not all users of this plugin needs or requires the...