Ali
Ali
**Description:** If I already have changed my default **Android** native project's path in `capacitor.config.json` file, when I run `ionic deploy configure` command, it doesn't recognize my Android project! **Steps to...
bug: `ionic deploy configure` doesn't recognize `cordova-plugin-ionic` package as a dev dependency!
**Description:** If I already have installed `cordova-plugin-ionic` package as a *dev dependency* in my project, then when I run `ionic deploy configure` command, it doesn't recognize it! **Steps to Reproduce:**...
Since waypoint version 3.0, its `triggerOnce` option has been removed! So the counterup plugin didn't work as expected with the newer verssion of the waypoints.
I'm looking for a simple way to `initializeApp` later inside of the `app.component.ts` NOT in my `app.config.ts`. I need to do this because of my current app implementation and requirements......