Mobile iOS displays full 24hrs in Time selector
-
Hi there,
Just noticed a issue with the booking system when used iPhone iOS – When you select the booking time is displays the full 24hrs and does not highlight the period when a customer can book.
The current schedule I have setup can be seen in this screenshot: https://www.dropbox.com/s/evimr4ol074d8ik/Screenshot%202018-06-24%2009.42.34.png?dl=0
I and using the following Custom css to hide the time not available and this works fine.
.picker–focused .picker__list-item–disabled, .picker__list-item–disabled, .picker__list-item–disabled:hover {
display: none;However when the user uses a mobile with iOS the time picker is displayed at the bottom of the screen using the UIPickerView. Please see here the screenshot – https://www.dropbox.com/s/nxainayn19fdhqz/Screenshot%202018-06-24%20at%2009.34.48.jpg?dl=0
It displays the full 24hrs at 30min time Intervals without any form of highlight to show the time period which can be booked.
Is there a way to only show the available time not the full 24hrs? Or at minimum, giving the user an understanding of which times can be booked as per the schedule?
Thanks,
SteveThe page I need help with: [log in to see the link]
- The topic ‘Mobile iOS displays full 24hrs in Time selector’ is closed to new replies.