iOS doesn't support intercepting matrix.to links yet
this makes the open in app button more prominent, as we can't assume the app is installed
This commit is contained in:
parent
bf5e26dbb5
commit
0aa9c2e766
1 changed files with 1 additions and 1 deletions
|
@ -75,6 +75,6 @@ export class Element {
|
||||||
}
|
}
|
||||||
|
|
||||||
canInterceptMatrixToLinks(platform) {
|
canInterceptMatrixToLinks(platform) {
|
||||||
return platform === Platform.iOS || platform === Platform.Android;
|
return platform === Platform.Android;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue