Minimal project to reproduce a bug with Ion Modal dismissing on iOS
Guess I'll test this, but probably
git clone https://github.com/chrisjdev/ionModalBug
npm i
ionic cap build ios
- Run it in Xcode
To Reproduce the issue:
- Tap Open to open the modal
- Tap You name to focus the text box and bring up the on-screen keyboard
- Press Confirm to dismiss the modal Observe the modal slides down, pauses a moment towards the bottom, and then disappears.