Norman Breau

Results 826 comments of Norman Breau

Does it specifically break in 13.6? (ie does it work in 13.5 simulator, but break in 13.6?) If yes... then it sounds like an iOS introduced bug and I would...

Please share your `config.xml`

Is this the icon you are talking about (In the app list screen)? ![Screenshot from 2020-10-07 20-10-42](https://user-images.githubusercontent.com/11200662/95397338-5ad89180-08d9-11eb-9e80-f9e1c6ff56ee.png)

> > In this commit works fine @breautek [565106f](https://github.com/apache/cordova-android/commit/565106fc1f840cb681905e6add8a44dce40dc984) > > Looking at the commit since then, maybe this was introduced by the change to glob in #1085? I'm trying...

~For me the icon shown in the screen above breaks on https://github.com/apache/cordova-android/pull/1084/commits/98a15f2f811d246799cad25878a246f7b79dac51 (introduced from https://github.com/apache/cordova-android/pull/1084) though I'm not really sure why that commit would cause this behaviour.~ Behaviour is being...

Due to the volunteer nature of Apache projects, I cannot give any accurate timelines or roadmaps... but generally speaking, new API features are usually added in major releases. If someone...

Wonder if this should re-use the existing `gradleArgs` argument, or if it should be a separate argument specifically for the wrapper command... I'm thinking the former...

If you want install a development build, you have to use the github repo url. e.g. `cordova platform add https://github.com/apache/cordova-android.git` Which will install the main branch. NPM also supports `#`...

> We do not want to display a splash screen at all, and the only way to do so is to include the cordova-plugin-spashscreen and then turn it off using...

> Is there a rough "release date" for this new plugin? [email protected] is and has been released. It's been updated so it doesn't install on cordova-android@11 so it doesn't cause...