357f0168ba
resize:native gave contradictory results (covered vs header) because the safe-area plugin fights it. Set resize:none so the native layer does nothing, and lift the composer purely in JS by keyboardHeight * KB_LIFT. Once resize:none is built, the lift is web-tunable with zero further builds. Build marker -> 2026-07-18-batch100. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
31 lines
694 B
JSON
31 lines
694 B
JSON
{
|
|
"appId": "com.bizgaze.connect",
|
|
"appName": "Biz Connect",
|
|
"webDir": "www",
|
|
"server": {
|
|
"url": "https://remote.bizgaze.com",
|
|
"cleartext": false,
|
|
"androidScheme": "https"
|
|
},
|
|
"plugins": {
|
|
"PushNotifications": {
|
|
"presentationOptions": ["badge", "sound", "alert"]
|
|
},
|
|
"SafeArea": {
|
|
"detectViewportFitCoverChanges": true,
|
|
"initialViewportFitCover": true,
|
|
"offsetForKeyboardInsetBug": false
|
|
},
|
|
"Keyboard": {
|
|
"resize": "none"
|
|
},
|
|
"SplashScreen": {
|
|
"launchShowDuration": 900,
|
|
"launchAutoHide": true,
|
|
"backgroundColor": "#16294F",
|
|
"showSpinner": false,
|
|
"iosSpinnerStyle": "large"
|
|
}
|
|
}
|
|
}
|