Search code examples
angularcordovaionic3windows-10-mobile

Run Ionic, Cordova, Angular app on Windows 10 tablet using USB


I want to run my Ionic, Cordova, Angular app directly on Win 10 tablet using CLI commands.

In this app, there is Windows and Web platforms added.

I used ionic cordova run windows --device, but does not work even I enabled Developer mode on tablet.

When I used this command the windows local device run.

Any help to run on tablet windows 10?


Solution

  • Tabet windows 10 is one of the independent devices. This means cannot enable USB debugger even you enabled Developer mode.

    However, if you want to test your app you have only one fast way.

    1. build your windows platform project.
    2. Open Visual studio and sign your app to windows app store project.
    3. uploaded to your Microsoft developer account with you app submission.

    This is only the case to run you app on Tablet windows 10