Open edayan opened 8 years ago
+1
I think you have not tried "Single Month Mode"
{
singleMonth: true,
showShortcuts: false,
showTopbar: false
}
@ank91, this is how I've set my configObject but still, on a iphone 6s plus, the date-picker is very small and it's not easy to select the days especially if you have big fingers (btw the iphone native keyboard pop up and instead should be disabled). What I was looking for is something more responsive, check as an example expedia.it on you mobile device.
@smartcris I got your point. This issue can be fixed by writing some CSS media queries. We just need to increase some padding, font size. But some of properties like width are being handled by java-script dynamically. And this requires code review and lots of testing.
Checkout the screenshot, it was a quick fix on my local. So invest some of your hours and submit a PR.
I think it is good to have a mobile friendly date-picker.