mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-10 03:32:52 +00:00
refactor: migrate all cordova plugins to capacitor
This commit is contained in:
committed by
Rainer Killinger
parent
cdb6ac4084
commit
75f4644940
@@ -8,17 +8,25 @@ const config: CapacitorConfig = {
|
||||
cordova: {
|
||||
preferences: {
|
||||
'AndroidXEnabled': 'true',
|
||||
'ScrollEnabled': 'false',
|
||||
'android-minSdkVersion': '22',
|
||||
'BackupWebStorage': 'none',
|
||||
'SplashMaintainAspectRatio': 'true',
|
||||
'FadeSplashScreenDuration': '300',
|
||||
'SplashShowOnlyFirstTime': 'false',
|
||||
'SplashScreen': 'screen',
|
||||
'SplashScreenDelay': '3000',
|
||||
},
|
||||
},
|
||||
plugins: {
|
||||
SplashScreen: {
|
||||
launchShowDuration: 6000,
|
||||
launchAutoHide: false,
|
||||
backgroundColor: '#ffffff',
|
||||
androidSplashResourceName: 'splash',
|
||||
androidScaleType: 'FIT_CENTER',
|
||||
showSpinner: false,
|
||||
androidSpinnerStyle: 'large',
|
||||
iosSpinnerStyle: 'small',
|
||||
spinnerColor: '#999999',
|
||||
splashFullScreen: false,
|
||||
splashImmersive: false,
|
||||
useDialog: false,
|
||||
},
|
||||
LocalNotifications: {
|
||||
// TODO
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user