2cadf90bc8
Device log (post-zoom-fix): keyboard open leaves clientHeight AND visualViewport at 926 -> vv gives 0 -> composer covered. On resize:none the plugin's keyboardHeight is the only signal; now that zoom is gone it's clean, so --kb = keyboardHeight lifts the composer flush, and keyboardWillShow at animation start + the CSS bottom-transition makes it slide up WITH the keyboard (smooth). Config pinned to resize:none. Build marker -> 2026-07-18-batch112. 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"
|
|
}
|
|
}
|
|
}
|