Re: [I] app crashes on iOS 16.x when app is minimized while camera is open [cordova-plugin-camera]

2023-10-04 Thread via GitHub
breautek commented on issue #857: URL: https://github.com/apache/cordova-plugin-camera/issues/857#issuecomment-1746779184 Are you able to provide a back trace or a stack trace? If this information isn't available, then the best way to move this forward is to provide a [bare reproduction a

[I] Generate .apk instead of .aab file (Ionic Project) [cordova-android]

2023-10-04 Thread via GitHub
Morgs007 opened a new issue, #1671: URL: https://github.com/apache/cordova-android/issues/1671 # Bug Report I am trying to generate a .apk file but whatever command I try I keep getting a .aab file. What is the new command to use in order for one to successfully generate a .apk file?

Re: [I] Generate .apk instead of .aab file (Ionic Project) [cordova-android]

2023-10-04 Thread via GitHub
breautek commented on issue #1671: URL: https://github.com/apache/cordova-android/issues/1671#issuecomment-1747737212 The Cordova CLI uses `cordova build android --release -- --packageType=apk`. I can't speak for third-party CLI's like ionic and all information below is assuming pure