0

I need to get the link in a new window requirement webkit2gtk

Where is the uri of the new window, in create-web-view?

its to webkitGTK i need for webkit2Gtk

Community
  • 1
  • 1
vampiroDx
  • 13
  • 2

1 Answers1

2

You need to connect to the create signal. Then, you can get the request from the NavigationAction and from the request, you can get the uri.

antoyo
  • 11,097
  • 7
  • 51
  • 82