add logos and splashscreen plugin

This commit is contained in:
2023-06-06 23:11:58 +02:00
parent 2c830c61ea
commit 5b267356db
7 changed files with 22 additions and 0 deletions

View File

@@ -8,6 +8,9 @@ const config: CapacitorConfig = {
androidScheme: 'https'
},
plugins: {
SplashScreen: {
backgroundColor: '#1E4BC4'
},
Keyboard: {
resize: 'native'
},