Open frogg opened 5 years ago
UIWebView has been deprecated a few years ago. It is more safe to use WKWebView. This PR simply swaps out UIWebView for WKWebView.
On top of that, various improvements, additions, and bug fixes that I encountered while using the SDK. Now, everything works for me.
Any update on this? Wouldn't it make sense to merge this?
UIWebView has been deprecated a few years ago. It is more safe to use WKWebView. This PR simply swaps out UIWebView for WKWebView.
On top of that, various improvements, additions, and bug fixes that I encountered while using the SDK. Now, everything works for me.