Is any using Jason King's UIWebViewDelegate?
I have been unable to get it to work with 2018r4 & iOS 12.... and I do not see what the problem might be.... the app crashes when trying to setDelegate.
Thanks,
Jim
Hi Jim-
Probably the exact same issue as in this thread:
https://forum.xojo.com/conversation/post/422673
The underlying class is no longer a UIWebView so the delegate is no longer the right type either.
@James M you can use the replacement HTMLViewerExtensionsXC , compatible with WKWebView, from @Jeremie L here: iOSDesignExtensions
@Jason T @James M you can use the replacement HTMLViewerExtensionsXC , compatible with WKWebView, from @Jeremie L here: iOSDesignExtensions
Thanks I will check that out.
Well actually HTMLViewerExtensionsXC from iOSDesignExtensions has different features than the UIWebViewDelegate
You can find WKNavigationDelegate here: https://github.com/jkleroy/iOSKit