Luke Vo
                                            Luke Vo
                                        
                                    Pretty sure that changed by the recent [Visual Studio 2022 for Mac v17.4.5](https://learn.microsoft.com/en-us/visualstudio/releases/2022/mac-release-notes#17.4.5) (VS2022 on Windows has a similar update): > Added support for Xcode 14.2 for Xamarin.iOS and Xamarin.Mac....
Can confirm, we have many iOS apps successfully published and passed reviews without any issue (no `RuntimeIdentifier` needed). I simply set the Profile in Bundle Signing (in project property dialog).
I found out that the only workaround to temporarily "fix" it now is setting `LaunchMode = LaunchMode.SingleInstance` instead of `SingleTop`.
@ederbond you are correct. This issue was created from [this question on StackOverflow](https://stackoverflow.com/questions/74192472/android-webviewclients-shouldinterceptrequest-is-never-called-in-maui-webview) (by me), and I tried a few other callbacks as well. I suspect none of them is...
Hi any update on this? This is very important because without it, we cannot load local HTML content in our app following [the official Android guide](https://developer.android.com/develop/ui/views/layout/webapps/load-local-content)
Btw in the mean time, can anyone check their source code and see how they fix it for their MAUI Blazor? I think their MAUI Blazor uses a customized WebView...
Sorry I gave up on this a long time ago and just use the MAUI Blazor. Can anyone confirm this is fixed?
Thanks to @francoisschwarzentruber suggestion, this is my fix by setting the display to `none` and set it with `important` priority (without setting `opacity`). It also resets the MML elements back...
I just had this issue again after updating VS to 17.9.1
> > It has `content` as build action, don't know if it's the correct one. > > If you don't want the file copied to the app bundle, then use...