Replace UIWebView with WKWebView#21
Replace UIWebView with WKWebView#21anupambiswal wants to merge 1 commit into
Conversation
|
Hi, Can I get updated Zbar SDK with WKWebView? Thank you. |
|
I had a problem when run pod update:
|
|
Hi, I tried
|
| if([url isFileURL]) | ||
| return(YES); | ||
| decisionHandler(WKNavigationActionPolicyAllow); | ||
|
|
There was a problem hiding this comment.
Need Return code!!
| decisionHandler(WKNavigationActionPolicyAllow); | |
| return; |
|
Hi, |
It's very easy to do this.
modify build configuration to release 🍺🍺🍺 |
Your tag is mistyped, can you re-release a new version with the tag tagged on top of the latest commit? |
you can use mine: |




As UIWebView is deprecated, Apple will stop accepting apps using UIWebView. So need to migrate to WKWebView.
Ref: https://developer.apple.com/news/?id=12232019b