Thibault

Results 41 comments of Thibault

@jack610336 Hi. Which plugin "@ionic-native/screenshot" is supposed to refer? You need to specify the exact Cordova plugin you want to use. For information, you can easily create your own wrapper...

Hi @mlynch , can you explain more about the "broken" status of this previous wrapper https://www.npmjs.com/package/@ionic-native/screenshot ? Thanks

Hi @NiklasMerz, The problem with this implementation is that you are forced to load the secret to add a key to it. So you need a "biometric authentication" to register...

Hi @laithbzour , which version of the plugin do you use? What did you try to do with the plugin? Do you have a test project to send for analyse?...

Hi @minduch, the `accent` color comes from the `cordova-plugin-firebasex` into the script folder See [here](https://github.com/dpa99c/cordova-plugin-firebasex/blob/935b15c8cc1af38d2d1919e9b4b937e3e94ccbb9/scripts/after_prepare.js#L108). We are currently upgrading to this new android version too with FirebaseX. If we encounter...

Hi, as previously stated, I try the migration to Cordova Android 11. I had exactly the same error. However, with the analysis above, I quickly fixed the build. We add...

Hi @UnitedBiscuits, since Level 30, app cannot discuss with other app without explicit declaration in the AndroidManifest. See https://developer.android.com/guide/topics/manifest/queries-element Kr.

This issue is fixed since release 0.2.0. However, this version doesn't seems to be pushed https://rubygems.org/gems/fastlane-plugin-ionic/versions/0.1.0

Hi, Is this a problem on Android 12 or 13? I have a OnePlus 8T with Android 12 + Cordova Android 11 (Api level 32) application and it works perfectly....

Hi @aston314, `deviceReady` event is not coming from the plugin but from Cordova Platform. If the event doesn't fired, there is certainly a problem with your configuration. Don't hesitate to...