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
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.