Код: Выделить всё
const config: CapacitorConfig = {
appId: 'it.moblize.baniya',
appName: 'baniya',
webDir: 'www',
plugins: {
Keyboard: {
resize: "body",
resizeOnFullScreen: true,
},
PushNotifications: {
presentationOptions: ["badge", "sound", "alert"],
},
SplashScreen: {
launchShowDuration: 3000,
launchAutoHide: false,
launchFadeOutDuration: 3000,
backgroundColor: "#108453",
androidSplashResourceName: "splash",
androidScaleType: "CENTER_CROP",
splashFullScreen: true,
splashImmersive: true,
layoutName: "launch_screen",
useDialog: true,
},
},
};
< /code>
и в styels.xml это выглядит ниже < /p>
@color/colorPrimary
@color/colorPrimaryDark
@color/colorAccent
false
true
@null
@drawable/splash
Подробнее здесь: https://stackoverflow.com/questions/796 ... on-android