Dan Imhoff
Dan Imhoff
At runtime, we should support the use case of loading a file other than `/index.html`. For example: `__app.html` or `en-US/index.html`. This could also be a configuration option, but we should...
I noticed this plugin does not support web/PWA. FCM users can just use the Firebase client for JS, but for a better cross-platform experience, we can wrap the client in...
With the `--ssl` flag now an experimental feature of the Ionic CLI (https://github.com/ionic-team/ionic-cli/issues/3305), devs are able to use livereload using an HTTPS server. This is mostly to test/develop features involving...
Known issues: * ~HTTPS support in DevApp: https://github.com/ionic-team/ionic-cli/issues/3748~ * iOS wkwebview doesn't accept self-signed certificates: https://github.com/ionic-team/cordova-plugin-ionic-webview/issues/224
We should investigate HMR and possibly enable it by default at some point. https://github.com/angular/angular-cli/wiki/stories-configure-hmr
This is only really an issue for a single person with multiple appflow accounts. Repro: 1. Log into account A and add an ssh key (`ionic ssh add`) 1. Re-adding...
origin: https://github.com/ionic-team/ionic-cli/issues/3036 and https://github.com/ionic-team/ionic-cli/issues/3036#issuecomment-376662587 We can inject all the Cordova www assets into the livereload dev server, providing a nice experience for developing mobile apps in `ionic serve`. 📝 Note:...
## Feature Request ### Plugin FileSystem ### Description The FileSystem plugin should support binary data when using `appendFile`, `readFile`, and `writeFile`. An `encoding` key could be provided when working with...
Basically recreate the options under "Scaling" above for devs to provide the same icon as iOS but scale it differently when generating adaptive and legacy icons for Android. Usually, devs...
Remove `--skip-config` and `--copy` workflow and detect project type instead. For Capacitor projects, which are really just native projects, there is no need to have a `resources/` directory. Generated resources...