Results 97 comments of BlueRaja

I don't think this is the same as #8435 because changing it to `ObservableCollection` does not work around the issue.

ok with the above hint, I got this working: * The collection needs to be `ObservableCollection` * It needs to be a property, not a field * It needs to...

> Hi, do you know any example of game this is working? Deep Rock Galactic: Survivor (which is on PC Gamepass)

Any chance to get this in for the next release? Both `Border` and `Padding` on `ImageButton` are [still broken](https://github.com/dotnet/maui/issues/13101#issuecomment-2645984846), with no known workaround. This seems like pretty basic functionality to...

> Reading the error message it specifies exactly where the error is: line 14, position 81 It claims the error is in the .csproj file. It gives no indication of...

That column is expanded, as you can see in the screenshot. If I copy the full error from VS using "right-click + copy", I get this: ``` Severity Code Description...

#82 is now fixed, but this bug is still occurring. However, the workaround suggested above now works: ``` var filePath = await FilePicker.PickAsync(); await Task.Delay(100); await MopupService.Instance.PushAsync(new MyPage(...)); ```