Sam Uresin
Sam Uresin
Looks like this is an issue for both iOS and Android.
Any resolution to this issue? I'm having the same issue. After installing `FFImageLoading` on my Xamarin Forms 5 app, things only got slower than before on Android and iOS, images...
I have an about page in my Xamarin Forms 5 app that displays a logo that comes from the drawable folder. It doesn't load at all. I set the `debug:true`...
Happening to me as well. I guess the only workaround is to place a button somewhere that allows user to refresh.
Any chance this is one of the "quality improvements" that made it into the .NET 7 version of MAUI? I think this is a pretty important issue and am surprised...
I'm using the latest version of .NET MAUI (w/ SR1) targeting .NET 8 and use GitHub actions to publish my app which works and uploads my app to TestFlight. Now...
@softlion It's just not there though in my case. Not sure if this is due to a missing setting in my project or an issue somewhere but I don''t have...
Here it is: ``` # This workflow will build a .NET project # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net name: Build & Publish MyApp iOS on: pull_request: branches: [ "master" ]...
Yes, this issue is a duplicate of https://github.com/CommunityToolkit/Maui/issues/1532 and https://github.com/CommunityToolkit/Maui/pull/1683 fixes it. We just need to get this merged into preview.
Great! Thank you @brminnick!