Jeremy Marcus

Results 36 comments of Jeremy Marcus

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

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.

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...

It's not private as you can see here: [IconLabelRenderer.cs](https://github.com/jsmarcus/Iconize/blob/master/src/Plugin.Iconize/Platform/Android/Renderers/IconLabelRenderer.cs) Currently, the plugin requires SDK 28. I hope to have that limitation fixed soon.

Mostly because the nuget process of bringing the font files into the projects is busted. I don’t think it’s ready until we have proper documentation for how to workaround the...

Have you tried adding the nuget to the Android project directly (as well as the netstandard one). I am not having any problems with the plugin in Android (although I...

@Welchen I hadn't looked at it specifically. The change came as part of a PR and it looked good. As you say the TTF is smaller and would be better...

I believe this is resolved with the 2.0.0 beta on nuget. Can you take a look?

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...

@pcresswell Can you provide a repo? My sample project shows the correct icons for those.