Ed Giardina
Ed Giardina
Would like to chime in here, we see this specific issue on Android... we discovered it while trying to track down a separate issue, which is that our users get...
Pushed a style change to add it. very surprised my example built and ran without it. I've pushed a fix @drasticactions; the bug persists
Thank you for the insight. Unfortunately some titles for events or player names are more than one line high, so a fixed height will not work in that scenario. I...
Just following up, this hasn't been categorized, or reviewed, or even put on the backlog.
@mattleibow Is there a trick to this? On android using Visual Studio 17.5.0 Preview 1.0 and projects targeting .net 7 (and dotnet sdk 7.0.100), I still don't see my svgs...
My thoughts are, we should follow the same convention we use the XAML. In the XAML we use .png assuming the svgs are converted to pngs. So everywhere in a...
@mattleibow I confirmed the icons are present in Android when the .svg / .png file extension is removed. I don't have a Mac at this time to test iOS but...
I believe this might be a candidate to be in the ConfigureLifecycleEvents as well? Basically, ``` events.AddiOS(ios => ios.PerformFetch((delegate) => RunMyBackgroundFetchCode()); ```
It is a large amount of work for a workaround, but I've been able to somewhat work around this by using [Shiny.net's background jobs](https://shinylib.net/mobile/jobs/index.html?tabs=ios) You have to use the latest...
Still an issue in iOS 15.1 and Xamarin 5.0.0+