Liam DeBeasi

Results 643 comments of Liam DeBeasi

Thanks for the issue. We have an alternative proposal here which should accomplish the same goal: https://github.com/ionic-team/ionic-framework/discussions/25661 Can you give this a look and let me know if it works...

Thanks for the issue. I can reproduce this. We can fix this by setting `width: fit-content` on `ion-select` and removing the `overflow: visible` on the host `ion-item`. However, we need...

Thanks for the issue. Is this happening on iOS or Android?

Thanks. The haptics are supposed to be there on iOS as that is what the native date picker component does. Can you please clarify what the expected behavior is on...

I think it makes sense to disable the haptics for the wheel picker on Android for now.

Thanks for the issue. This behavior is intentional and was designed to model how native iOS apps handle the sheet. Can you please explain why this behavior does not work...

Thanks! It sounds like in this case you want a swipeable modal that does not take up 100% of the screen. Would setting `--height: 40%` on the `ion-modal` work instead?...

Thanks. Do you have any examples of native iOS/Android apps that provide the behavior you are looking to achieve?

Native iOS has this feature according to https://sarunw.com/posts/bottom-sheet-in-ios-15-with-uisheetpresentationcontroller/, so I think we should add it in Ionic as well. See https://developer.apple.com/documentation/uikit/uisheetpresentationcontroller/3801907-prefersscrollingexpandswhenscrol

This feature is not in active development at the moment. When the feature has been added, we will close the issue and post a comment here.