Luke Vo
                                            Luke Vo
                                        
                                    @rolfbjarne thanks it works!
How do you handle the `NavigationFailed` event to get the causing exception? I am having the same issue with MAUI Blazor: tapping a Blazor button to push another ContentPage, then...
@PureWeen Hi, I don't know where to put the code in to log it. That's my question. How do I handle it or get the underlying exception that causes it?...
Material Components have similar issues and the component should **NOT** add `disabled` attribute or setting the `disabled` itself. Instead [`formDisabledCallback`](https://html.spec.whatwg.org/dev/form-control-infrastructure.html#concept-fe-disabled) should be used. See my comment on https://github.com/material-components/material-web/pull/5053 and https://stackoverflow.com/questions/77225218/how-do-i-check-if-a-form-element-input-or-button-etc-is-disabled-by-itself-or
I did a VS repair and it didn't fix the issue, then I did a clean Windows installation just to be sure. The only difference is I could get some...
This bug is also preventing me from compiling iOS apps with `google-services.json` file on Mac.
@Marckxp this doesn't work (just tested). The mere presence of the file would result in the error no matter if your project refers to it or not. See above comments.
UPDATE: confirmed that **google-services.json** is good (i.e. no error happens). My error was due to **tsconfig.json**, and **google-services.json** error happen because I put back the file as ``. Sorry I...
Everytime a level loads or when I exit the level (when the stage curtain is supposed to open), it's a 50/50 chance that it crashes. Luckily the game is saved....
We need this as well, right now our MAUI Blazor library looks like this which is crazy: ``` Common ^ | -- CommonRcl --> CommonCore | -- CommonMaui ----^ ```...