ionic-team / ionic-framework

A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.
https://ionicframework.com
MIT License
51.07k stars 13.51k forks source link

RC.4 never has mobileweb platform #9704

Closed mburger81 closed 6 years ago

mburger81 commented 7 years ago

Ionic version: (check one with "x") [ ] 1.x [x] 2.x

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 these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/

Current behavior:

platform.platforms() does never return mobileweb for no scenario.

This is the test: ionic serve core

ionic emulate android -lc codova,mobile,android,phablet

ionic emulate android cordova,mobile,android,phablet

ionic run android -lc cordova,mobile,android,tablet

ionic run android cordova,mobile,android,tablet

Expected behavior:

On RC.3 as in version before the result was this ionic serve: core

ionic emulate android -lc: mobile,android,phablet,mobileweb

ionic emulate android -c: cordova,mobile,android,phablet

ionic run android -lc: mobile,android,tablet,mobileweb

ionic run android -c: cordova,mobile,android,tablet

As you can see with livereload parameter there was always the mobileweb and no cordova platform loaded, now on any scenario there are always both of them.

ionitron-bot[bot] commented 6 years ago

Thanks for the issue! This issue is being closed due to inactivity. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.

Thank you for using Ionic!