How can i detect that a modal window pops up on WKWebView. I need to detect because I need to disable the back and menu button?
I have used the WKWebView delegates, but none is called when modal window pops up. WKWebView delegates are called only when browser reloads.