-
Notifications
You must be signed in to change notification settings - Fork 157
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
IE11 issue: Permission must be Installable. #60
Comments
Not sure how to fix this or what this impacts exactly? Our entire build package is open source and uses the |
Font Awesome had the same issue, this is how they solved it: tl;dr running https://github.com/hisdeedsaredust/ttembed during the build process |
ttembed-js is written in pure JS and solves the issue perfectly |
Oops, totally forgot to add this to the build process step before running We'll be adding this to the 5.0 release. Sorry about that. |
This issue can be closed, thank you! |
When trying to use the TTF font in Internet Explorer 11, it throws an error:
Setting the permission on the TTF font fixes the issue. This is necessary when using libraries like
@expo/vector-icons
that use a single file for all platformsThe text was updated successfully, but these errors were encountered: