css - Font and icons not appearing on Windows phones only -


i'm using phonegap 3.0 create application on android, ios, , windows phone. use custom font-face text , icons. when viewed in windows phone 8, font , icons won't appear on application.

i have tried loading fonts after device ready event; using .woff font; loading external source - nothing works. how solve this?

i heard problem before, apparently there issue present in windows phone 8 prevents custom font-faces working when html/css hosted locally. try , host html/css files externally? see if makes difference. think bug in current webbrowser control that's used on wp8

edit: see stackoverflow questions , answers similar problem


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -