MicrosoftEdge / MicrosoftEdge/WebView2Feedback
Multiple Popup - second popup showing only on initial click
@champnic is already working on this.
Since Nov 4, 2021.
- Dominant language
- PowerShell
- Stars
- 526
- Forks
- 67
- PR merge metrics
- No merged PRs in 30d
Description
Description
we are having three html pages name Page1.html,Page2.html & Page3.html.
Loading the page1 to webview2 control
Page1.html - Contains a link, on clicking the link on page1.html will load the page2.html as popup window and the JS inside the Pages2.html will call and show the popup window Page3.html
So by clicking the link in the page1.html will load the page2.html in webview2 window & Page3.html as popup in default browser
Issue:
On the new webview control with page1.html - if we click the link all the popups(page2 & page3) are shown. Once we close the popup and again click on the same link on the page1.html, it will show only the page2.html and page3 is not loading. So page3.html popup is working only once (on initial case only )
FYI : Same is working properly on default browser (Edge)
Version
SDK: 1.0.1020.30
Runtime:
Framework: WPF with .net framework 4.8
OS: Windows 10
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.