I apologize if this has been asked but I was unable to find any answer or solution. I am looking to call a JavaScript function from a "UIWebView" and listen for it in swift. Any example I have found uses "WKWebView". There has to be an easy way to listen to a JavaScript function like the below:
// HTML / JS
<div id ="myDiv" onclick="listenInSwift()">myItem</div>
Is this possible with a UIWebView? Thanks all!