GerritErpenstein / ionic2-custom-icons

A npm-script for creating custom icon fonts and Angular 4 directives to render the icons in your Ionic 3 app.
MIT License
62 stars 15 forks source link

ionic2-custom-icons / Android Kitkat #21

Closed ymmedia closed 7 years ago

ymmedia commented 7 years ago

Hello,

How does ionic2-custom-icons work if the system (android kitkat) does not support svg ?

Thank you in advance for your answer

Medjay.

GerritErpenstein commented 7 years ago

Hey @ymmedia, as stated in the docs:

The npm-script allows creating icon fonts from a given set of SVG vector images during the app's build phase.

This means the library does not embed SVGs in the app. Instead it converts your SVGs into fonts, that all browsers support. BTW I'm pretty sure KitKat's internal browser runtime supports SVGs.

ymmedia commented 7 years ago

thank you for your reply 👍