1.5.0.13-beta
icons are not showing for ionicons using text such as "ion-ios-plus-empty", did something change with the naming convention?
Nothing should have changed. You can see the names of the glyphs here: https://github.com/jsmarcus/Iconize/blob/master/src/Fonts/Ionicons/IoniconsCollection.cs
prior to using the beta and also downgrading back down to version 1.0.10 the icons render as expected. however using the beta version and defining everything in the same manner as in version 1.0.10 the first screenshot is how the button now renders. Any suggestions on what i may be doing wrong using the beta version?
Same issue with 1.5.0.13-beta on iOS, no problem on UWP and Android.
Version 1.5.0.8-beta works on iOS.
Copying the .ttf file to the Resources folder fixes the problem with version 1.5.0.13-beta
@YZahringer awesome i'll try that.
This has been resolved with the 2.0.0 beta on nuget. You should not have to copy the .ttf file to your local project.
@jsmarcus thanks
p.s. - There are breaking changes with this build. Everything has been simplified by making it only support Xamarin.Forms. All the modules can (and should) be installed in all projects (even the icons). The FormsPlugin project/module has been deprecated and the number of libraries required has been cut in half or in third depending.
@jsmarcus ok i will update when i can