You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the toolbar to type(search on Incognito mode) and then quickly switching to another app, the CoordinatorLayout does not fully restore its height after the keyboard closes, resulting in a misaligned or shrunken layout of the rootView on return to Wootzapp. This issue seems to be specific to low-end devices, where limited resources prevent the CoordinatorLayout's height from recalculating correctly in the background when the keyboard closes.
Steps to Reproduce:
Open Wootzapp on a low-end device.
Switch to incognito mode.
Focus on the toolbar input field to open the keyboard.
Begin typing and then quickly switch to another app without manually closing the keyboard.
Return to Wootzapp and observe that the CoordinatorLayout height remains reduced, as if the keyboard is still open, causing layout misalignment.
Expected Behavior:
The CoordinatorLayout should restore to its original height after the keyboard closes, ensuring the toolbar returns to its correct position and the layout realigns when switching back to the app.
Observed Behavior:
On returning to Wootzapp, the CoordinatorLayout height remains reduced, resulting in the toolbar appearing higher than normal and disrupting the layout.
Proposed Solution:
Consider adding a check to detect keyboard closure when the app resumes from the background, especially on low-resource devices, to ensure that the CoordinatorLayout height recalculates properly even in low-resource conditions.
The text was updated successfully, but these errors were encountered:
Description:
When using the toolbar to type(search on Incognito mode) and then quickly switching to another app, the CoordinatorLayout does not fully restore its height after the keyboard closes, resulting in a misaligned or shrunken layout of the rootView on return to Wootzapp. This issue seems to be specific to low-end devices, where limited resources prevent the CoordinatorLayout's height from recalculating correctly in the background when the keyboard closes.
Steps to Reproduce:
Expected Behavior:
The CoordinatorLayout should restore to its original height after the keyboard closes, ensuring the toolbar returns to its correct position and the layout realigns when switching back to the app.
Observed Behavior:
On returning to Wootzapp, the CoordinatorLayout height remains reduced, resulting in the toolbar appearing higher than normal and disrupting the layout.
Proposed Solution:
Consider adding a check to detect keyboard closure when the app resumes from the background, especially on low-resource devices, to ensure that the CoordinatorLayout height recalculates properly even in low-resource conditions.
The text was updated successfully, but these errors were encountered: