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

Request for putting font-icon in the bottom bar [feature_request] #62

Open
weijyewang opened this issue Mar 21, 2018 · 1 comment
Open

Comments

@weijyewang
Copy link

Thank you for making this awesome plugin. It would be nice if this plugin can support font-icons such as font-awesome.

@rhanb
Copy link
Owner

rhanb commented Dec 11, 2018

This feature sounds simple but tricky, because both platforms requires icons to be Images, UIImage on iOS and Drawable on Android.

So the first step would be to transform a font icon to a Drawable on Android, seems possible:

The same for iOS, transform a font icon to a UIImage:

Even though it's possible, i'm not sure it would be a good idea (performance wise) to transform a font icon to an image at runtime instead of just reading one.

And this transformation shouldn't live inside this plugin anyway but as another plugin.

Just putting my thoughts here 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants