Hi
My friends tested my app and everything is working fine but the fonts wont convert to material design fonts
they have to close and reopen the app to work. Sometimes the fonts work and sometimes not. How to fix this?
Hi
My friends tested my app and everything is working fine but the fonts wont convert to material design fonts
they have to close and reopen the app to work. Sometimes the fonts work and sometimes not. How to fix this?
On the same device or different one.
Btw, have you tried to change, e.g.
check_circle --> 
exit_to_app --> 
/Boban
Sir sorry for the late reply. Different devices
I will try that today and give you feedback .
If I remember correctly, icon name with underscore doesn’t work below Lollipop correctly.
/Boban
You are correct sir my other friends phone’s o.s is below Lollipop even though i followed sir @yusufcihan advice using this https://github.com/google/material-design-icons/blob/master/iconfont/MaterialIcons-Regular.ttf every icon is working except with icon name with underscore. I might just switch with image icon or find one w/out underscore.
Or use codepoints index as reference
e.g. codepoints index
3d_rotation –> e84d
ac_unit –> eb3b
to
3d_rotation --> 
ac_unit --> 
/Boban
it doesn’t work
Try this one IconTest.aia (1.0 KB)
/Boban
Is Font Awesome working for you? You can use Font Awesome also.
Enable for labels HTML.
I forgot the advance option under labels
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.