Charlie Finlayson

Results 19 comments of Charlie Finlayson

Not working for me either with a logitech anywhere mx

This solved my issue on 6.4.2. Has it been fixed yet? I couldn't tell with softlion's link.

@CDrosos as you have probably found out by now, according to the [docs ](https://developer.android.com/guide/components/broadcasts) > Beginning with Android 8.0 (API level 26), the system imposes additional restrictions on manifest-declared receivers....

I seem to be getting the same problem in a .NETStandard project with Xamarin Forms 3.2. I will post a repo reproducing the issue when I can. @sgrassie I have...

Is this issue like for like with "Trying to show a page without a PageViewController, this is not possible!"? I am trying to debug such an issue but not sure...

My code sets the result of the Async method to a new ObservableCollection as in `LongRunningTask`. But I now see no items in my UI since adding RunForget(), even though...

Fixed my problem (downloaded Master and it wouldn't build on the latest Android Studio). Thanks!

I take it that has been fixed in MAUI? What about in Xamarin Forms? MeasureFirstItem did not work for me, but Task.Delay has. Is there a better workaround to this?...

The same issues are present in this document too https://learn.microsoft.com/en-us/dotnet/maui/user-interface/images/images just before the resize an image section. The risk is not clearly flagged, it doesn't mention paths need be lowercase,...

Your RazorGenerator.MsBuild suggestion saved my butt! And you're right, it's a far more elegant solution. Just rebuild the project and the file is there to use. Thank you!