-
Notifications
You must be signed in to change notification settings - Fork 537
UI Issue: Search Bar Functionality on iPad and iPhone Devices #644
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@Aman071106 When you mention "Search bar", are you referring to the Search field at the bottom of the JSON previewer? |
@ashitaprasad Yes actually the searchfield. When we try to search something, the query inside it hides below the keyboard. |
abhinavs1920
pushed a commit
to abhinavs1920/apidash
that referenced
this issue
Apr 6, 2025
abhinavs1920
pushed a commit
to abhinavs1920/apidash
that referenced
this issue
Apr 6, 2025
abhinavs1920
pushed a commit
to abhinavs1920/apidash
that referenced
this issue
Apr 7, 2025
abhinavs1920
pushed a commit
to abhinavs1920/apidash
that referenced
this issue
Apr 22, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug/problem
When using the ApiDash app on an iPad, a UI issue occurs where the content inside the search bar is obscured by the on-screen keyboard, disrupting the user experience. On iPhone-sized screens, a bottom overflow of 57 pixels is observed. This behavior is attributed to the improper implementation of widgets within the layout, resulting in suboptimal display on various screen sizes. The issue needs to be addressed to ensure a seamless user interface across all devices.
Steps to Reproduce the bug/problem
1.Open the ApiDash app on an iPad.
2.Tap on the search bar to activate the keyboard.
3.Observe that the content inside the search bar is obscured by the keyboard.
4.On an iPhone-sized screen, open the app and tap the search bar.(For that I used a android device but with similar screen size)
5.Notice the bottom overflow of 57 pixel or similar
Expected behavior
The content inside the search bar should remain fully visible when the keyboard appears, and no bottom overflow should occur on iPhone-sized screens. The layout should adjust dynamically to accommodate the keyboard and ensure that no content is hidden or distorted.
Device Info (The device where you encountered this issue)
Flutter Doctor
Please run the
flutter doctor -v
command and provide the details below:The text was updated successfully, but these errors were encountered: