I have a back button implemented like so:
<Button x:Name="BackButton" Click="Back_Click" Style="{StaticResource NavigationBackButtonNormalStyle}"/>
This worked fine until upgrading to Uno 3.1. Now my back button shows as a box with a question mark inside of it. I believe this means it is not able to find the font. I did upgrade to the uno-fluentui-assets font as mentioned in the documentation. How do I make this work now? If someone has a suggestion of another approach to putting a back arrow on a button- I would be fine doing that as well. Thank you.
Thank you for your response- you were right- I had missed a step. So- if someone else makes a similar mistake, the instructions say to modify the info.plist and replace the old font name with the new one. Dont double click on info.plist- right click on it and select open with. Then select XML (Text) Encoder. Ignore the warning about inconsistent line endings. Scroll down and replace the font name there. My Android head was fine- I missed that when I posted yeseterday. Hopefully this helps and thank you to David for taking a look and giving me the sound advice that I needed.