-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
Ionic Components - Desktop support #15500
Comments
A date picker in the form of a calendar would be great. The Touch UI mode version, which opens as a bigger modal, is what I'd expect. A simple idea for making pickers more usable on desktop would be to make each picker column react to the scroll wheel. Manipulating the dials is a pita by dragging with a mouse. Helper / error text would be nice for inputs, and so would input icons. I don't see a boilerplate difference between your suggestion and |
@PatrickMcD About the boilerplate difference, you're right. The reason I wrote this was because the last time I used Ionic, I didn't have the option to use |
Agree with this. |
Another feature that would be nice for desktop is support for dragging a modal around by its toolbar, so you can see the stuff behind it (e.g. it is showing you help content about the current page). We have a fairly complex Ionic 4 desktop app, and the fixed position of modals is a bit painful. |
Any idea when v6 would be ready to ship? The date and time pickers for v6 look amazing. Been looking for alternatives for a TimePicker component if anyone has any suggestions, the TimePicker in v5 is also kludgy on desktop. Edit: Looking at the milestone for 6.0.0, feels like it could be ready within the next 2 months? |
Thanks for the issue! The three features requested in the original post have been implemented into Ionic Framework v6, so we are going to close this issue out. The new DateTime and MD Text Fields are available now in v6 beta 1, and the new dropdown select updates will be available when v6 beta 2 is released soon. |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Feature Request
Describe the Feature Request
TL;DR - Components for Desktop.
Over the past year, Ionic has outgrown and now offers more than just building mobile apps.
Since the release of Ionic 4 beta and stencil, It's much more convenient to build PWA using Ionic.
Yet, there's one thing that still prevents me to move to Ionic and that is Desktop support. Ionic has lots of components, but there are some of them that aren't exactly fit desktop mode or just doesn't exists. Currently, I'm using Angular and Angular Material (which offers desktop support).
Describe Preferred Solution
Describe Alternatives
Currently, my alternative is to use both Angular and Angular Material, which is a bummer.
The text was updated successfully, but these errors were encountered: