hasadna/avid-covider

Annoying issue with iOS: keyboard is closing after every click

Offen

#93 geöffnet am 25.03.2020

 (12 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (8 Forks)auto 404
QA feedbackgood first issueux/ui

Repository-Metriken

Stars
 (23 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide