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";
}
by juberti
<input type="button" onclick="redirect()" value="Redirect">
function redirect() {
console.log("got here");
window.location.href = "App-prefs://prefs:Bluetooth";
}