I’m working on IONIC 2 project. When I execute ‘ionic serve --lab’, I see chrome just showing only one platform, not cross platform. I’m not sure which platform I’m seeing now but there’s just single platform with full screen.
Any idea to change this to show all platforms?
EDIT
Turns out I’m seeing Android platform. So now I’m working on with android platform only and sometimes test with iOS simulator by ‘ionic run ios’ command. Still found no cause or solution for this issue.
same here but im only able to run ionic serve but not ionic serve --lab…if i run with --lab then error “Cannot GET //__ion-dev-server/ionic_lab.html” will shown…i had update my below is my ionic info
I had a related problem with ionic serve (and ionic serve --lab) not showing anything in the browser but “Transfering data from localhost:8100” for a new blank project (create with ionic start {projectname} blank --v2).
After correcting the package.json file as suggested above it now works fine.
A common error in --v2 project templates?