Beta 7 styling defaults to Android

I haven’t been following every beta release, and I’m still getting into Ionic at my own pace, so bare with me if this is a dumb question, but after installing beta 7 the styling defaults to Android instead of iOS as it used to do. I’ve tried to run the app with:

ionic serve --platform=“ios”

… but it still defaults to Android styling. Anything I’m missing?

Thanks!

Try this:

ionic serve

and then in your browser - http://localhost:8100/?ionicPlatform=ios

That worked! Thanks! :slight_smile: