well i think the issue are more with Angular then ionic but lets ask: do Ionic works with Microsoft Window Phone 8.1 ?
I’m unable to run a simple app that works perfectly on Android and IOS.
if i try to build a cordova app with “wp8” (8.0/8.1) i get errors every time i click on the slide menù about “$digest already in progress”, the apps keep going normally however, it seems just an annoying warning - i catch the error so it displays an alert box;
if i try to build a cordova app with “windows” (8.1/10) it crashes, it seems i need to include a javascript shim; i included it, the app starts then crash again, i’ve to investigate more with the debugger but for some reason visual studio now crashes when i try to open the project;
i currently could not store files using cordova-file and cordova file-transfer did you find any solution on this ? my code is here Plunker - AngularJS 1.3.x
windows is the way to go for 8.1 and 10 (APPX) you have to use the platform from GIT version and look at the ISSUES for updates and undocumented settings
Your angular app will not work if you don’t include the SHIM provided by MSDN.
So far it works perfectly for me the only GUI issue i had is that tab-item that i fixed today.
Even not being supported, in my case i need to build to wp8, the only thing that remains to build an app, that already works on Android, to WP8, is to store files using cordova.file and file-transfer
hi guys our team deployed app for android and ios but now we have to port this app to wp8 too
All features works properly but i notice a poor scroll i have tried js and native scrolling but in the first case i have a poor scrolling up and down in the second case the down scroll i worth than with js scrolling but when i want to scroll up it works like a charm do you know how can i fix it?
i have added new platform as windows but im not able to launch app in my phone it start only on my pc
Nevermind. unlike what they say in network that we have to disable bouncing on wp8 i enabled it and turned off js scrolling and now whole app run smooth rather better than on android
Thanks. Tried. Its really simple the doc is really better. However ionic ecosystem is bigger and have more services. If they’ll had a build system like phonegap would be really nice.