Jumpy weird ui.select behavior on mobile #5028
Closed
frankhuurman
started this conversation in
General
Replies: 1 comment
-
Thanks for reporting this problem, @frankhuurman! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've put a NiceGUI app online for a coworker that mostly uses it on a phone and one of the inputs is a ui.select() with the search as you type/with_input option.
But I received feedback that the use of ui.select is a bit weird on phone, it opens up the input field all the way at the top of the page instead of just underneath/above the element itself.
I could confirm this on my own Android phone with google chrome and was curious if the official NiceGUI docs had this in the examples as well and it indeed has this jumpy behavior both with and without the "with_input" ui.select element:
nicegui-select.mp4
And the with_input version indeed pops open the input field at the top of the browser instead of at the element itself.
Could this behavior possibly be fixed?
(for reference this is with the latest nicegui pypi release)
Beta Was this translation helpful? Give feedback.
All reactions