[capacitor] disable allowLinkPreview for ios

This commit is contained in:
Tim Gröger 2021-11-26 22:13:35 +01:00
parent 29c085bd2c
commit 07e1966471
3 changed files with 6 additions and 1 deletions

1
.gitignore vendored
View File

@ -19,6 +19,7 @@ yarn.lock
# Capacitor related directories and files
/src-capacitor/www
/src-capacitor/android
/src-capacitor/ios
/src-capacitor/node_modules
# BEX related directories and files

View File

@ -3,5 +3,8 @@
"appName": "flaschengeist-frontend",
"bundledWebRuntime": false,
"npmClient": "yarn",
"webDir": "www"
"webDir": "www",
"ios": {
"allowsLinkPreview": false
}
}

View File

@ -9,6 +9,7 @@
"@capacitor/app": "^1.0.0",
"@capacitor/cli": "^3.0.0",
"@capacitor/core": "^3.0.0",
"@capacitor/ios": "^3.0.0-beta.0",
"@capacitor/splash-screen": "^1.0.0",
"@capacitor/storage": "^1.2.3"
}