Hi to all!
I have a WkWebview created programmatically as explained in this post, but I'm not able to get event firing. Is there a way to get an event from a view created programmatically? I tried to use delegate and obj-c, without success
I don't try to fight the system, I make it programmatically because I need to load a custom configuration using obj-c... can I put configuration inside WKWebview created from layout?
I see. You cannot handle the events like this. However it is seems like it is possible to add the script handler to an existing WKWebView: https://stackoverflow.com/a/38122947/971547