Files
ForumMobile/capacitor.config.json
2026-04-09 06:22:32 -05:00

13 lines
212 B
JSON

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