Replies: 2 comments 2 replies
-
ok, after more debugging I discovered that the issue was present in Chrome 87 and it was fixed in Chrome 88. Here is what the DaisyUI page looks like in Chrome 87. As you can see, the dropdowns are expanded. My question is, is there a way to make it work in Chrome 87 as well maybe by applying some shim? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Why are you using Chrome 87? The latest version of Chrome is 128! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
In the dropdown example there are 2 methods to handle the dropdown, 1 by clicking/tapping the botton to open/close the drop down list and 2 by clicking/tapping the button to open the list and clicking/tapping outside the list to close it.
In my app I implemented method 2. Some of the users that use Android phones, for instance Samsung S9, A20 have the following issue: when they navigate to the page the dropdown lists are displayed right away and nothing works to close them. In other words, if you click/tap outside the dropdown lists, it doesn't work. I tested with an user even the daisy ui home page and the list of languages shows up right away.
Any ideas on what can cause this, and how to fix it? I scanned through the issues and I found this one: #824 but it seems to apply to IOS.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions