I have a webview in my app loading a local html-file that I wish to communicate with the obj-c of the app.
I used to be able to trigger the "shouldStartLoadWithRequest"-function in iOS to by pressing any <a href>-link, but that function seems to be absent in MacOS. What would be the equivalent of that function in MacOS?
I used to be able to trigger the "shouldStartLoadWithRequest"-function in iOS to by pressing any <a href>-link, but that function seems to be absent in MacOS. What would be the equivalent of that function in MacOS?