DEV Community

SaptakBhoumik
SaptakBhoumik

Posted on • Updated on

How to open hyperlink with target=“_blank” in PyQtWebEngine?

I have made a web browser using pyqt5 and PyQtWebEngine.It works fine but when I click on a hyperlink with target="_blank" then it does not work but how will I fix it. You can view its source code by clicking on this link https://github.com/SaptakBhoumik/WebPlus

Top comments (0)