xamarin-forms-wpf
xamarin-forms-wpf copied to clipboard
FlipView control missing arrow text on some platforms
On some platforms the arrow font on FlipView buttons is missing, displaying '?' instead.
Current options:
- Switch the font character to a more available one (pull request available);
- Use Images;
- Embed a custom font as resource, with vectorial arrow symbols;
- Use a Path element to draw arrow shape.