302 to iTunes if you don't have the app installed

pull/1518/head
Matthew Hodgson 2016-05-11 01:48:02 +02:00
parent af9838408b
commit 8467d5d760
1 changed files with 7 additions and 0 deletions

View File

@ -182,6 +182,13 @@ window.onload = function() {
}
function loadApp() {
if (/iPad|iPhone|iPod/.test(navigator.userAgent) && !window.MSStream) {
if (confirm("Vector works much better on iOS as an app. Switch to the app?")) {
window.location = "https://itunes.apple.com/us/app/vector.im/id1083446067";
return;
}
}
console.log("Vector starting at "+window.location);
if (validBrowser) {
var MatrixChat = sdk.getComponent('structures.MatrixChat');