maui
maui copied to clipboard
Bug with WebView
Description
Hello, when i using WebView i take bug with with web page display the code is the same, what is in Maui and Xamarin.Forms (xaml) The error looks like this When i press the button of JS i dont see popups https://learn.microsoft.com/en-us/answers/questions/999712/webview-doesnt-show-pop-up-window.html
Steps to Reproduce
- Create ContentPage.xaml
- write down :
<?xml version="1.0" encoding="utf-8" ?>
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="YourAppName.MainPage">
<WebView Source="https://docs.microsoft.com/en-us/dotnet/maui"/>
</ContentPage>
Link to public reproduction project repository
https://github.com/MielsZ/MauiWebViewBug
Version with bug
6.0.486 (current)
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
Android 10
Did you find any workaround?
No response
Relevant log output
No response
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

Could you try again with latest version (net7 rc1)?. Cannot reproduce the issue.
Hi @MielsZ. We have added the "s/needs-info" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. If it is closed, feel free to comment when you are able to provide the additional information and we will re-investigate.
i am all updated in Visual Studio Installer and all work. Thank you very much.