DestinyItemManager / iOS

The Unlicense
3 stars 2 forks source link

Fix standalone issue #2

Closed kyleshay closed 2 years ago

kyleshay commented 2 years ago
    // set standalone preference on the WKWebView
    config.preferences.setValue(true, forKey: "standalone")

    ...

    // alerts true
    webView.evaluateJavascript("alert(window.navigator.standalone)")