Hello Ionic geeks,
I had developed android app using ionic and which works great. Now i am developing same app for windows phone 8. All design looks worse. Some main problems are:
Icons are not showing…just box is displayed instead of icon.
when i pull down contents it does not goes to it’s default location as in ios and android.
We’ve had the same issues, but now we have a fairly smooth running windows phone and windows 8 ionic app. The most important fixes were:
1: Loading fonts from local filesystem don’t work, but loading from a CDN does: [WP8] Ionicons not display
2: Set overflow-scroll="true" on your <ion-content> to disable Ionic’s virtual scrolling (which is clearly not designed to work with IE) and use IE’s native webscrolling
3: Stick with beta6 because the latest version enables page-animations, which are clearly not designed with IE support in mind. Or maybe you can use beta8 with that animation disabled, but I haven’t tried that.
Good luck and let me know if you run into any other problems, because I’ve probably had the same problem
Hello dj_hoek,
i would like to thanks you for your great reply.
I am able to fix my scrolling issue as you suggest, and it works great.
Icons also works file if i use online link to stylesheet.
You’re welcome That issue with IE not being able to load fonts from filesystem is a nasty one. I’ve pretty much settled with icons only working when you’re online, sad but true. I think we have 2 options:
Wait for IE to get this issue fixed
Customize Ionic’s css so it refers to png-images instead of fonts
But I wouldn’t know exactly where to start on the second option.
Maybe you’ll find this thread useful. Someone in that thread references to this one offering a solution, for which someone created a sample app here.