Why are my Xamarin UWP Images not showing up on device?

前端 未结 4 1228
忘掉有多难
忘掉有多难 2021-01-27 10:32

I am developing a Xamarin UWP app using ffimageloading. The images show up just fine on the Windows Phone emulator that I am running through Visual Studio, but when I deploy it

4条回答
  •  甜味超标
    2021-01-27 11:10

    I also had the issue with images not showing up on my UWP app. The images were showing up on my Android project but not UWP. For me the solution was to add the file extension. For some reason "myimage" works on Android but not on UWP, has to include the file extension like "myimage.png". Just wanna leave this here for anyone else potentially experiencing the same issue.

提交回复
热议问题