Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows Phone 8.1 - Icons not visible (Cordova) #760

Closed
graphefruit opened this issue Oct 20, 2015 · 6 comments
Closed

Windows Phone 8.1 - Icons not visible (Cordova) #760

graphefruit opened this issue Oct 20, 2015 · 6 comments
Assignees
Labels
Bug A bug in an icon glyph or a first-party library. Webfont Issues related to the webfont.

Comments

@graphefruit
Copy link

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

@Templarian
Copy link
Owner

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 Templarian self-assigned this Oct 20, 2015
@Templarian Templarian added Bug A bug in an icon glyph or a first-party library. Webfont Issues related to the webfont. labels Oct 20, 2015
@graphefruit
Copy link
Author

@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

@Templarian
Copy link
Owner

@derwaldgeist
Copy link

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

@Templarian
Copy link
Owner

@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.

@graphefruit
Copy link
Author

@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.

Repository owner deleted a comment from AladdinElkehhat Jan 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A bug in an icon glyph or a first-party library. Webfont Issues related to the webfont.
Projects
None yet
Development

No branches or pull requests

3 participants