-
-
Notifications
You must be signed in to change notification settings - Fork 249
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
Dropdowns don't work on mobile #220
Comments
Hi @isaaclw, thanks for reporting! |
Hello. Thanks for this amazing piece of software! |
Hi @diegorodriguezv, thanks for reporting, I'll have a look! |
Ok, So I checked the "Very parameterized" sample config json and the problem is only present when the width is less than 1000px in the Chrome Development toolkit. I'm also testing in a Sony Xperia Z2 which has a resolution of 1080 x 1920 pixels but no matter if I use portrait or landscape orientation I can't select from: simple list, required list, very long list, secure list or server file. The other fields seem to work all right. Let me know if I can provide further assistance. |
Hi @diegorodriguezv thanks for the additional details. In the last comment, you mentioned, that "simple list, required list" doesn't work for you. But these are just simple comboboxes, which should have been fixed already. |
Thanks @bugy I've been meaning to find time to look at the patch needed. I'm still using text fields instead of a dropdown (which was my initial bug report). Unfortunately, this doesn't seem to fix the problem I noted. There are two issues which are likely the same thing:
Perhaps it's an issue with the dropdown widget that the android browser doesn't like? Edit: I pulled from git, and restarted the service. |
Hi, @diegorodriguezv, @isaaclw @isaaclw, did you rebuild web after pulling from Git? like |
I did not. Thanks for the suggestion. Unfortunately it crashes:
Sorry. I'm probably missing something minor, I can't remember exactly how I had installed it the first time. |
Hi @isaaclw, thanks for checking and sorry for the troubles :( |
Great! Thanks for working with me on that. That works. I'll have to try the file options, I didn't notice 'file_upload' being an option before. |
Hello. It works! |
The value is not populated in the field when clicking on it in a dropdown list.
This can be duplicated by using Chrome Development toolkit to test mobile.
Edit: for now I will use a text field and type in the value I need instead.
The text was updated successfully, but these errors were encountered: