-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Full screen on Mobile devices? #40
Comments
I was looking for this option and found this one year old issue with empty feedback!! |
How about using inline picker with modal dialog? |
Will every cell of the calendar expands to take up the whole width of the screen? Because making mobile friendly or full-screen is just not about popping up on whole screen. Another thing is - often input forms are opened as a modal on mobile devices; in that case, we have to handle modal over modal if we want to show inline calendar on a modal. Any thought? |
You may want to try changing
You are looking for a way to open a full-screen date picker that covers up the modal dialog that contains the associated input field in order to prevent the user from doing anything other than choosing date(s), aren’t you? I can’t get why it can be a concern. Anyway, if you put a Actually, I got an idea while writing the above and tried it out. |
Holy moly! Did you not add full screen support to you calendar, out of those nice codepen samples!!? How difficult is it now to add full screen option to your calendar!? Now back to the comment - once our team will come back to our calendar feature, we will try to make a demo from your codepen samples. |
As I said in my previous comment, I see a problem with it. I'd like users to do it at their own risk when they think, "Our users wouldn't care about it and thus, it won't be a problem in our case," or by adding their own close button matching their website/app's UI design. To me, full-screen is a thing to avoid except when preventing users from doing anything else is reasonable. (Since it restrains users, it should provide a way to escape without making any changes.) And I have no intention of making this a one-size-fits-all library. |
Is there any way to get the date picker to show larger on a mobile device? Like take up the whole screen as I think this would work better for responsive phones and small devices...
Has anyone seen a way of achieving this?
The text was updated successfully, but these errors were encountered: