Eilon Lipton

Results 497 comments of Eilon Lipton
trafficstars

Oh I think I totally missed that the initial reports were about: > `NSUnknownKeyException, reason: [ setValue:forUndefinedKey:]` But with the 'workaround' you're now seeing: > `*** Terminating app due to...

I seem to recall that this might be an issue with the native WebView on MacCatalyst, but I can't find any duplicate issues of it. I know we've had other...

@win4r oh sorry I missed that. Quite interesting. Is it all running on the same exact Mac machine, but just the app is using a different .NET version?

@DavorBeg also just to check, does the same thing happen with a regular MAUI project (non-Blazor)?

I think this is still supposed to work automatically because the 'invalid characters' should have been converted to valid characters or removed. So there _could_ still be a bug here...

@mattleibow indeed, I'm also surprised this ever worked. But probably not many people tried. I would normally expect that if a container is disabled, then everything inside it should all...

Hmm interesting. I'm not sure if I was trying the exact same thing with the WindowsAppSDK (WinUI3) RefreshContainer (which is what .NET MAUI uses on Windows), but setting `RefreshContainer.IsEnabled =...

@Qiulin-Git I think query strings should work in Blazor Hybrid apps in .NET MAUI. Are you sure there is a `Login.razor` or similar page in your app? Please post a...

@Qiulin-Git I hope you get better soon. In the meantime I built a sample app that shows that this should work: https://github.com/Eilon/maui19033AndroidQueryString What might be missing is that when you...

@Qiulin-Git can you post a complete repro app to a public GitHub repo? That will help us investigate because otherwise we couldn't find any other issue in this scenario. Thanks!