I present a web page on a UIWebView.
This page posts a message with window.webkit.messageHandlersand I want to "observe" this event: how can I achieve this using a simple UIWebView?
Notice that I'm easily able to achieve the result using a WKWebView, but the question is if it is possible with a UIWebView too.