Closed mburger81 closed 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!
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 returnmobileweb
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.