Jaime Bozza

Results 6 comments of Jaime Bozza

That's correct. Existing behavior on Android 9 and above has the spinner showing at the bottom of the screen. This simply restores consistency with Android 8 and below, without any...

Ok, I startup up the x86 emulators and was not able to duplicate either with the a test app: * using [email protected] ``` cordova create test-app cd test-app cordova plugin...

I've been able to test a OnePlus 7 Pro device with Android 10 and it functions like the emulators with no issues. Applying my fix, I tested on the emulators...

This is incorrect. navigator.notification.confirm does not support the same functionality. Specifically, setCancelable is ALWAYS set to true: [Notification.java](https://github.com/apache/cordova-plugin-dialogs/blob/master/src/android/Notification.java#L224)

I understand that. However, take this example: ``` // Use a private namespace with a metaKey of _secure__ls__metadata__private const ls1 = new SecureLS({ encryptionNamespace: "private", encryptionSecret: "secret1" }); ls1.set("key1", "key1_value");...

Running into the same issue here. This is technically not an issue with the VSCode YAML extension, but the underlying yaml-language-server. There are a couple of Issues in that repo,...