hasadna/avid-covider

Annoying issue with iOS: keyboard is closing after every click

Open

#93 opened on Mar 25, 2020

View on GitHub
 (12 comments) (0 reactions) (0 assignees)TypeScript (8 forks)auto 404
QA feedbackgood first issueux/ui

Repository metrics

Stars
 (23 stars)
PR merge metrics
 (PR metrics pending)

Description

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