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 the search input field receives focus, the on-screen keyboard is displayed. However, the keyboard overlaps the input field. The search bar does not reposition to remain above the keyboard, resulting in the field being partially or fully obscured. This behavior impedes user interaction and data entry.
Expected Behavior
The search bar should automatically reposition to remain visible above the on-screen keyboard, ensuring uninterrupted visibility of the user input during typing.
Actual Behavior
The on-screen keyboard obscures the search bar. The user interface fails to adjust the layout to keep the input field within the visible viewport.