I have WebEngineView
:
WebEngineView {
anchors.fill: parent
}
If I open, e.g. Google search page, and click on the links, nothing happens. But if I click right mouse button and select "follow link", the link is opened. How can I make QtWebEngine follow links on click? Also I need to open a new app instance if link's target="_blank"