Reputation: 1497
I successfully developed Ionic-Cordova project for Android & iOS platforms. But if the same code base is used for windows phone 8 (wp8) build, so many issues are coming like animations are not smooth, sidemenu is not working properly etc.
As i read in ionic website, Ionic is not supporting windows platform and its support is on roadmap.
I am not able to debug the app just like android remote USB debugging. I also tried weinre but I faced so many issues with weinre:
What is the best way to debug windows-phone-8(wp8) (or) windows phone 8.1 apps?
Please suggest me. Thanks in advance.
Upvotes: 2
Views: 1511
Reputation: 6252
If it's Windows Phone 8.1, Visual Studio 2013 includes a web debugger. If it's Windows Phone 8, it's very difficult to debug. I had problems with Weinre.
Upvotes: 0