Search code examples
iosionic-frameworkbrowserionic4

Is there a way to test my Ionic app in iOS mode on my PC?


Since many components in Ionic look different from MD to iOS, is there a way to test the iOS look in-browser on my PC? I'm just looking for a way to test it in development mode, I know that you can't build for iOS from a PC


Solution

  • ionic serve --lab

    Run this command in your respective directory it will open a browser interface Android,iOS and Desktop Application as well.