iOS settings attempt

by juberti

HTML

<input type="button" onclick="redirect()" value="Redirect">

JavaScript

function redirect() {
console.log("got here");
        window.location.href = "App-prefs://prefs:Bluetooth";
    }