Dropdowns not working on mobile #2277
dicaccamovincenzo92
started this conversation in
General
Replies: 0 comments
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.
-
Hi everyone,
$('#modal_shift_day').daterangepicker({ "showDropdowns": true, "timePicker": true, "timePicker24Hour": true, "timePickerIncrement": 5, "maxSpan": { "days": 30 }, "locale": { "format": "DD/MM/YYYY", "separator": " - ", "applyLabel": "Conferma", "cancelLabel": "Annulla", "fromLabel": "Da", "toLabel": "A", "customRangeLabel": "Personalizza", "weekLabel": "W", "daysOfWeek": [ "Do", "Lu", "Ma", "Me", "Gi", "Ve", "Sa" ], "monthNames": [ "Gennaio", "Febbraio", "Marzo", "Aprile", "Maggio", "Giugno", "Luglio", "Agosto", "Settembre", "Ottobre", "Novembre", "Dicembre" ], "firstDay": 1 }, "alwaysShowCalendars": true, // "startDate": "06/11/2022", // "endDate": "06/17/2022", "minDate": (new Date().getMonth()+1)+"/"+new Date().getDate()+"/"+new Date().getFullYear() }, function(start, end, label) { console.log('New date range selected: ' + start.format('YYYY-MM-DD') + ' to ' + end.format('YYYY-MM-DD') + ' (predefined range: ' + label + ')'); });I've tried datarangepicker in different devices and i've found a problem with dropdowns (they don't open) using it on iOS browsers (Chrome and Safari).
No problems in Chrome browser using Win10.
Beta Was this translation helpful? Give feedback.
All reactions