- Forza orientamento landscape e blocca scroll su mobile - Aggiunge media queries responsive per schermi <768px - Usa 100dvh e position:fixed per layout fullscreen - Crea setup-android-icons.sh per generazione automatica icone Android - Configura Capacitor per landscape, disabilita splash screen - Refactoring Dockerfile con ImageMagick per icone multi-densità
21 lines
390 B
JSON
21 lines
390 B
JSON
{
|
|
"appId": "com.antoniana.segnapunti",
|
|
"appName": "Segnapunti",
|
|
"webDir": "dist",
|
|
"bundledWebRuntime": false,
|
|
"server": {
|
|
"androidScheme": "https"
|
|
},
|
|
"android": {
|
|
"allowMixedContent": true,
|
|
"webContentsDebuggingEnabled": true
|
|
},
|
|
"plugins": {
|
|
"SplashScreen": {
|
|
"launchShowDuration": 0
|
|
}
|
|
},
|
|
"preferences": {
|
|
"orientation": "landscape"
|
|
}
|
|
} |