Ronan Burke

Results 56 comments of Ronan Burke

Sorry, completely missed this comment @CrayCrayDecay ! I really love this temporary change. It makes the app feel a lot snappier. I do like the never ending physics currently on...

Observation: framerate increases the more you zoom in. Is it related to the rendering of .svgs? However, tick relationship text and tick relationship outlines take way too long to compute,...

#209 should dramatically reduce performance issues by reducing the number/length of "forced redraws". After this, the main bottlenecks will be: - The complexity of the calculations used in transforms. Can...

I'm observing this when I have a map on a page, open a popup with a map, and close the popup. If I remove the first map (the one on...

@dansiegel I updated the code in the production app + repro project but it doesn't resolve the issue: ``` cs LoadApplication(App.Current ?? new App(new AndroidInitializer())); ``` `App.Current` is always null...

Hey @LuckyDucko, I am no longer working on the project that needed this fix. If I am working on the project again later this year, I will put together a...

Is there any way I can disable the mousewheel from interacting with the Map control in the meantime? The center of the map is used to mark locations in my...

> where auto_backup_rules is as following: @devWR what backup rules did you end up using that fixed the issue? Or did you not get it resolved and needed to fully...

> Below is the working auto_backup_rules.xml from under the \Platforms\Android\Resources\xml folder: Unfortunately, even with those rules on MAUI 8.0.10 I'm still getting secure storage exceptions: `Javax.Crypto.AEADBadTagException` I imagine a workaround...

@leonluc-dev Great work tracking this down. I've not tested but I think you've hit the nail on the head. It looks like this has always been the file name for...