hasadna/avid-covider
View on GitHubAnnoying issue with iOS: keyboard is closing after every click
Open
#93 opened on Mar 25, 2020
QA feedbackgood first issueux/ui
Repository metrics
- Stars
- (23 stars)
- PR merge metrics
- (PR metrics pending)
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.