Helmut Schmidt

Results 24 comments of Helmut Schmidt

We are also experiencing this issue specifically for MAUI applications that target our windows customers. Any hints when this is going to be addressed? Or any help/logs we can give...

That looks like you expect to be able to load files from totally different applications into your own application? That would defy the application sandbox aka security concept of the...

Could this be the reintroduction of an [old Xamarin.Forms bug](https://github.com/xamarin/Xamarin.Forms/issues/11301)?

> Any news on this one? Wouldn't the setting below be a sensible default for iOS as @rdavisau and @rolfbjarne pointed out? > > ``` > > -all > >...

Chiming in: We experience this randomly with our MAUI app (no Blazor)

Will this finally be fixed in the next Service Release? :/

> @jsuarezruiz Is there any workaround for that? This also is keeping me from the app release. Or at least an ETA when this will be addressed? Thank you! You...

Any news on this? I don't see any progress or linked PRs/discussions for this? Not even for .Net 8 Our code is littered with ``` #if IOS ObservableCollection tempCollection =...

This looks eerily similar to a [long outstanding bug](https://github.com/xamarin/Xamarin.Forms/issues/10437) in Xamarin.Forms. If the code was copy-pasted over to Maui, then solving the problem here might also warrant a backported fix...

Another workaround is to not inherit from Microsoft.Maui.Handlers.WebViewHandler, but to inherit from its base class: ViewHandler That was our only workaround since the ModifyMapping() workaround didn't quite work out for...