Files
ForumMobile/capacitor.config.json
2026-03-17 07:00:27 -05:00

13 lines
212 B
JSON

{
"appId": "so.forum.app",
"appName": "Forum",
"webDir": "dist",
"ios": {
"allowsBackForwardNavigationGestures": true
},
"plugins": {
"SplashScreen": {
"launchAutoHide": true
}
}
}