-
Notifications
You must be signed in to change notification settings - Fork 659
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cordova Browser Platform Support #2312
Comments
Please consider scenario where HTTPS is working via proxy (nginx). I have scenario where I serve API and web app (browser platform) from the same domain over HTTPS.
Live reload does not work in this setup. It would be cool if it does. |
any idea when #2307 will be fixed, it is a pretty necessary functionality? |
Folks, I'm gonna call it. The Ionic CLI likely will not support the Cordova browser platform now or in the future. From what I can tell, it's a side project that doesn't get much support from the Cordova team and it has poor plugin support from the community. I'd be happy to look at submitted PRs, but the browser platform spins up a development server that is entirely separate from the one in As an alternative to using the Cordova browser platform, please use platform detection and For Ionic Angular v4, the Ionic CLI inserts Cordova functionality only when building for Cordova. This means |
For those following this issue, I did create a feature idea for mobile apps (not mobile + desktop) using the Cordova browser platform and |
Support for the "browser" platform of Cordova is lackluster in the CLI.
This issue is here as a placeholder to investigate supporting it. This may evolve into suggesting alternative workflows.
See:
The text was updated successfully, but these errors were encountered: