feat: upgrade to capacitor 5.0

This commit is contained in:
2023-10-19 11:19:04 +02:00
committed by Rainer Killinger
parent a02190fe5a
commit 066e374462
55 changed files with 2458 additions and 1765 deletions

View File

@@ -4,7 +4,6 @@ const config: CapacitorConfig = {
appId: 'de.anyschool.app',
appName: 'StApps',
webDir: 'www',
bundledWebRuntime: false,
cordova: {
preferences: {
'AndroidXEnabled': 'true',
@@ -14,18 +13,9 @@ const config: CapacitorConfig = {
},
plugins: {
SplashScreen: {
launchShowDuration: 6000,
launchAutoHide: false,
backgroundColor: '#ffffff',
androidSplashResourceName: 'splash',
androidScaleType: 'FIT_CENTER',
backgroundColor: '#3880ff',
showSpinner: false,
androidSpinnerStyle: 'large',
iosSpinnerStyle: 'small',
spinnerColor: '#999999',
splashFullScreen: false,
splashImmersive: false,
useDialog: false,
},
LocalNotifications: {
// TODO