Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The browser sample can't open the target="_blank" link. Is there any way to solve it?thanks #7

Open
manyoubaby123 opened this issue Jul 21, 2018 · 1 comment

Comments

@manyoubaby123
Copy link

No description provided.

@yinkaisheng
Copy link

yinkaisheng commented Jun 11, 2019

I also found this issue.

I found another PyQt5 tabbed browser that can handle target="_blank" links.
It'll open a link in a new tab if the link has target="_blank".
https://github.com/qutebrowser/qutebrowser

You need to handle QWebEnginePage.acceptNavigationRequest to solve it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants