Sébastien JEAN
Sébastien JEAN
Plugin's version is the last one (3.1.5). You're right, this error can happen because of the BLE device. But the different callbacks order when failing makes me think this is...
Thank you for the adivce, I'm going to test it further today with extras `setTimeout` and see if the BLE communication is more stable with our device. Actually we also...
I am just having the same problem in an app where I have two nested `GridLayout` and a placeholder which I want to wrap if too long. If you specify...
Just came here to check status on a previous (related) issue (https://github.com/nativescript-vue/nativescript-vue/issues/665) and see an answer here, perfect! 😁 @rigor789 Why can't it be done in a deterministic way? We...
Yes you're right, it runs fine if we build with SDK 29 (the default one if I'm right). The fact is I wanted to implement new Bluetooth Android 12 permissions...
Unfortunately, it still fails with latest `@nativescript/android@alpha`. Should I open an issue on https://github.com/NativeScript/android-runtime?
You're right, it compiles after running `ns clean` and adding `android:exported="true"`. Unfortunately I have another problem with a hook from `@nativescript/firebase`: ``` Script '/Users/_____/projets/sample-project/node_modules/@nativescript/firebase/platforms/android/include.gradle' line: 96 A problem occurred evaluating...
Do you have any error message to share with us?
I think your error is caused by a conflict between the `` tag in your manifest and `compileSdkVersion` defined in your gradle file.
There is still a problem because you have `minSdkVersion="17"` in your manifest and `minSdkVersion 19` in your gradle file. I think you should completely remove the `` tag in your...