tranb3r
tranb3r
Here is a repro : https://github.com/tranb3r/Issues/tree/main/MauiAppFontMonospace Please note that there is an exception, but the label is actually displayed correctly with the correct font.
@jsuarezruiz The stack trace is in the description of this issue.
Is this going to be fixed?
Any update? This is quite serious for non-english apps.
Hi @mattleibow Here is how the app icon from your test project looks like on my android emulator (api 33):  The icon does respect the 72dp/108dp android...
+1 Same issue for me on iOS (but no issue on Android) ``` Native stack trace: 0 CoreFoundation 0x00007ff8004278cb __exceptionPreprocess + 242 1 libobjc.A.dylib 0x00007ff80004dba3 objc_exception_throw + 48 2 Foundation...
> I've also seen this crash. Wrapping the Adding of items within a `MainThread.InvokeOnMainThreadAsync` seems to work around this crash for me. YMMV. Does not work for me. Also, does...
I'm using ObservableRangeCollection from MvvmHelpers. So I cannot do this kind of hack easily. Is this issue going to be fixed soon ?