Search code examples
ionic-frameworkionic2ionic-view

Ionic 2 app works using "ionic run android", but not on IonicView


When I run my Ionic2 app using ionic run android it works perfectly, and it also works using ionic serve, but when I'm trying to run it using ionic view all I see is a blank screen.

What am I doing wrong?


Solution

  • Did you make sure that you only use cordova plugins that are supported by Ionic View? Otherwise you need to handle those separately.