longbill / jquery-date-range-picker

A jQuery plugin that allows user to select a date range
MIT License
1.12k stars 578 forks source link

Do we have a bootstrap supporting or mobile compactible date-range-picker? #247

Open edayan opened 8 years ago

edayan commented 8 years ago

I think it is good to have a mobile friendly date-picker.

smartcris commented 8 years ago

+1

ankurk91 commented 8 years ago

I think you have not tried "Single Month Mode"

{
    singleMonth: true,
    showShortcuts: false,
    showTopbar: false
}
smartcris commented 8 years ago

@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.

ankurk91 commented 8 years ago

@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.

screenshot from 2016-06-30 09-56-54

Checkout the screenshot, it was a quick fix on my local. So invest some of your hours and submit a PR.