Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 70435

WKWebView is being used but Apple keeps refusing the app

$
0
0

Apple is refusing my app because it’s using UIWebView, but I’m pretty sure I’m using WKWebView, I checked it with this code

if (window.webkit) {
    //WKWebView            
}

and this

if (window.indexedDB) {
    //WKWebView
}

Am I doing something wrong? Any suggestion?
Thanks

2 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 70435

Trending Articles