Templarian/MaterialDesign

Windows Phone 8.1 - Icons not visible (Cordova)

graphefruit opened this issue · 6 comments

Hello MDI-Team,

I tried to use the MDI-Icons in Windows Phone 8.1 and it didn't work.
After some research I found the two issues:

CSS

url("../fonts/materialdesignicons-webfont.ttf?v=1.2.64") format("truetype")

to:

url("../fonts/materialdesignicons-webfont.ttf") format("truetype")

Reference

TTF

The legal-rights need to be changed from actual 5 to 0, otherwise its blocked.

Reference
(Same as above)

I tested it, and with this way it works.
Would be awesome if you could change this :)
Greetings

I'm not going to be able to make the first change, this will be something developers may need to do manually.

I will look into the issue with the legal rights flag though for the TTF.

@Templarian thanks for your feedback and your effort.

So maybe its possible to write this as known "issue" into the readme-section or somewhere else.
Greetings

Will this be fixed in the future to avoid manual patching?

@derwaldgeist No idea. Please check the issue tracker for Cordova and see if they have plans to fix the bug, or submit a pull request to strip out the query strings to the Cordova WP project.

@Templarian I don't think this can be fixed by Cordova. The fix is needed on side of Microsoft, cause they provide the WebView in which the HTML is running, and in this WebView the restriction is done.