needledrag
needledrag
Any update on this, Im getting terrible loading times with on CollectionViews with only ~50 items in, it seem the garbage collector is going nuts on each addition...
> I'm also having trouble with this. For me it's a Border with a Shadow inside a CollectionView which is not showing any shadow. If I move the exact same...
Similar problem with the Shell bottom navigation bar, it doesn't respond to localization changes in Android (33) but works fine in iOS. So bottom navigation text doesn't update at all...
> Doing an experiment to see if the messenger class would work in a Blazor server project I came across this. > > Background service sending a text message every...
I agree, even if the GC hasn't kicked in to release the memory, the messages should still be unsubscribed. The issue is you can't unsubscribe from the message in the...
Maybe I'm missing something, if you leave the page to navigate 'forward' by pushing a page on the stack and then send a message from that page, the page you...
The original issue was that if you left a page that had subscribed to the message, the page (registered as Transient) would still receive the message as it was somehow...
Unfortunately not, it all works in release mode and even on a connected device. It's only when I install a published build from App Connect that this occurs. I've even...
It works in all other environments and on an Android published app but this is the first time I've published the iOS app to App Connect.