tranb3r

Results 159 comments of 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.

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): ![Screenshot 2022-12-09 093018](https://user-images.githubusercontent.com/12516566/206658973-e58b9219-435a-443a-9e4c-1abfbd5abcca.png) 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 ?