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
@ -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 New Issue
Block a user