xamarin-forms-wpf icon indicating copy to clipboard operation
xamarin-forms-wpf copied to clipboard

FlipView control missing arrow text on some platforms

Open jvlppm opened this issue 11 years ago • 0 comments

On some platforms the arrow font on FlipView buttons is missing, displaying '?' instead.

Current options:

  1. Switch the font character to a more available one (pull request available);
  2. Use Images;
  3. Embed a custom font as resource, with vectorial arrow symbols;
  4. Use a Path element to draw arrow shape.

jvlppm avatar Oct 08 '14 20:10 jvlppm