Using the Date-Time Picker element. The live app works well when I’ve tested it on separate desktops. However, the live app does not function correctly on mobile. I’ve tried both Safari and Chrome.
My app uses the Date Picker to update two variables: OpenDate and CalendarDays, CalendarDays being an array with each day from OpenDate to OpenDate + 7.
Where desktop is able to see this as date objects, mobile sees this as strings or null and yields an array of empty values.
Anyone have an idea on how to correct for this so that the array builds correctly in both mobile and desktop?