@ghenry22 wrote:
I know windows / windows phone are not officially supported platforms but I was hoping to find a bit of help here.
I have my app working great on both Android and iOS platforms (substreamerapp.com for anyone that is interested). I use windows 10 every day and while travelling and I thought it would be great if I could port the app to windows 10 universal now that the platform is supported by Cordova so I gave it a go.
I have Visual Studio 2015 installed and generally it works surprisingly well with 2 exceptions:
1) Collection-repeat does not show anything, I just get a blank white space where ever I have colletion-repeats. If I inspect the dom I can see the data for each of the items that SHOULD be shown, but nothing is visible. It's almost like someone forgot to hit the ng-show switch.
If I change to ng-repeat then everything displays fine, but it runs slow as hell by comparison so it's not a workable solution.
If you want to test just create a blank project from an ionic template in visual studio 2015 and add a simple collection-repeat and you will see the same. I tested with a blank starter project to confirm it wasn't just my app.
I have ionic version 1.1.0, cordova and windows platform all updated to latest.
I did see a previous fix for ng-show behaviour on WP8.1 and tried adding the fix to my CSS but no change.
Any help would be greatly appreciated.
2) And this isn't an ionic issue but just throwing it out there in case anyone else has come across it! cordova media plugin doesn't seem to work on windows platform. It installs but the create method always fails with a error "code 1" with no further message or explanation.
Again I tried in a blank project and got the same. I tried with a local file and a simple mp3 file hosted on a local web server, no cigar. Create always fails.
Appreciate any help on either point.
Thanks
UPDATE: Upon further inspection I see that if I disable overflow: hidden on the ion-list items when inspecting the page then the collection-repeat content all shows up! See screenshot attached for reference.
adding this to my style.css has collection-repeat content showing again on windows 10. The border between items is not shown yet. Also slide box on items does not work. The item slides to the left but the box is not shown. Still looking for a work around for that one. (again it works perfectly with ng-repeat in a windows app).
.platform-windows .item, .item h1, .item h2, .item h3, .item h4, .item h6, .item p, .item-content, .item-content h1, .item-content h2, .item-content h3, .item-content h4, .item-content h5, .item-content h6, .item-content p {
overflow: visible;
}It would love some help if anyone has time to look at this with me. I am available to test or if you have Visual Studio 2015 and windows 8.1 or 10 you can test by deploying to your local machine which means no need for dedicated hardware for testing. Would be great to see Ionic nice and smooth for adding the windows platform as a target.since universal apps now have a much bigger market to play with as they will go across phone / desktop / tablet & potentially xbox platforms. Would love to see my app find it's way onto an xbox for listening to music, that would be cool.
Posts: 4
Participants: 3