You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clicked an anchor tag with target="_blank" got called to "shouldOverrideUrlLoading" with "isMainFrame = false" instead of "onCreateWindow" Expected behavior:
Current behavior:
Steps to reproduce
Opens a static page with an anchor tag with target="_blank" and any link in href.
Click on the anchor tag.
It opens in the current webview
The text was updated successfully, but these errors were encountered:
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug and a minimal reproduction of the issue.
Environment
Flutter version: 1.19.0-2.0.pre.173
Plugin version: 3.2.0
Android version: 9 (Pie)
iOS version: -
Xcode version: -
Device information: Redmi Note 7
Description
Clicked an anchor tag with target="_blank" got called to "shouldOverrideUrlLoading" with "isMainFrame = false" instead of "onCreateWindow"
Expected behavior:
Current behavior:
Steps to reproduce
The text was updated successfully, but these errors were encountered: