c775ca2740
Debug confirmed resize:native shrinks the WebView by the keyboard height, so the composer only needs the residual lift = clientHeight - visualViewport.height (46px on the test device — the prediction-bar sliver). Tracked live via VisualViewport so it follows the keyboard. Zero per-device constants. Removed debug bar; reverted Keyboard config to resize:native (which the logic relies on). Build marker -> 2026-07-18-batch105. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
31 lines
696 B
JSON
31 lines
696 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": "native"
|
|
},
|
|
"SplashScreen": {
|
|
"launchShowDuration": 900,
|
|
"launchAutoHide": true,
|
|
"backgroundColor": "#16294F",
|
|
"showSpinner": false,
|
|
"iosSpinnerStyle": "large"
|
|
}
|
|
}
|
|
}
|