jcesarmobile
jcesarmobile
**I'm submitting a ...** (check one with "x") [x] bug report [ ] feature request [ ] support request => Please do not submit support requests here, use one of...
Don't quote dependencies that start with "platform(" since those are BoM dependencies closes https://github.com/ionic-team/capacitor/issues/5820
I've seen several users that were using custom plugins that no longer work because registerPlugin has to be called before super.onCreate on Capacitor 4. So this PR makes the migrator...
Cordova plugin support is only available on Android and iOS. Consider adding support on PWA too
If a few cordova android plugins have the same dependency (in example, `"com.android.support:support-v4:27.+"`), it gets added multiple times to the `capacitor.build.gradle` file, should be added only once.
if the cordova app has flavors (like debug and release version with different applicationId value), the PACKAGE_NAME value remains fixed to the value of the `id` in `config.xml`, and that...
we get multiple issue reports about white screens and it's because angular targets es2020 by default, but both Capacitor and Ionic support iOS 13 and Chrome 60+, which won't be...
closes https://github.com/ionic-team/starters/issues/1669