-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcapacitor.config.json
43 lines (43 loc) · 1.26 KB
/
capacitor.config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"appId": "io.ionic.starter",
"appName": "moodlemobile",
"bundledWebRuntime": false,
"npmClient": "npm",
"webDir": "www",
"plugins": {
"SplashScreen": {
"launchShowDuration": 0
}
},
"cordova": {
"preferences": {
"permissions": "none",
"orientation": "default",
"target-device": "universal",
"fullscreen": "false",
"stay-in-webview": "false",
"webviewbounce": "false",
"UIWebViewBounce": "false",
"DisallowOverscroll": "true",
"prerendered-icon": "true",
"AppendUserAgent": "MoodleMobile",
"BackupWebStorage": "none",
"ScrollEnabled": "false",
"KeyboardDisplayRequiresUserAction": "false",
"AllowInlineMediaPlayback": "true",
"LoadUrlTimeoutValue": "60000",
"load-url-timeout": "60000",
"SplashScreen": "screen",
"SplashScreenDelay": "15000",
"SplashMaintainAspectRatio": "true",
"SplashShowOnlyFirstTime": "false",
"android-minSdkVersion": "19",
"android-targetSdkVersion": "29",
"AndroidPersistentFileLocation": "Compatibility",
"CustomURLSchemePluginClearsAndroidIntent": "true",
"iosPersistentFileLocation": "Compatibility",
"iosScheme": "moodleappfs",
"WKWebViewOnly": "true"
}
}
}