hasadna/avid-covider
Annoying issue with iOS: keyboard is closing after every click
Aberta
#93 aberto em 25 de mar. de 2020
QA feedbackgood first issueux/ui
Métricas do repositório
- Stars
- (23 estrelas)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
See the following GIF:

When clicking on buttons (even the send button), the keyboard closes, and then the user need to click the input again in order to get the keyboard.
I think catching the click event of the option buttons / send button and doing e.preventDefault(); will prevent it and keep it open.
Tested with latest iOS, iPhone 11 Pro Max, Safari browser.