Open hedinasr opened 1 week ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
ionic-framework | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 14, 2024 2:20pm |
This is a breaking change for my use case, where users desire the keyboard to remain present.
A better solution would be adding onDragStart event to modal so developers can customize behavior - see: https://github.com/ionic-team/ionic-framework/issues/23955#issuecomment-1821377765
@aeharding actually, this is exactly the same behavior as the sheet modal; which closes the keyboard on drag. Can you show me an example of your use case?
@aeharding actually, this is exactly the same behavior as the sheet modal; which closes the keyboard on drag. Can you show me an example of your use case?
For example, iOS mail, if you pull down an email slightly the keyboard stays visible.
@aeharding do you think that we can add a prop to conditionally activate this feature? Like having a dimissKeyboard
boolean prop? I can implement the feature here.
Issue number: resolves https://github.com/ionic-team/ionic-framework/issues/30019
What is the current behavior?
Dragging a card modal on iOS while the keyboard is open does not close the keyboard.
What is the new behavior?
Dragging a card modal closes the keyboard.
Does this introduce a breaking change?
Other information