hasadna/avid-covider

Annoying issue with iOS: keyboard is closing after every click

Aperta

#93 aperta il 25 mar 2020

 (12 commenti) (0 reazioni) (0 assegnatari)TypeScript (8 fork)auto 404
QA feedbackgood first issueux/ui

Metriche repository

Star
 (23 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

See the following GIF:

ezgif com-video-to-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.

Guida contributor