hasadna/avid-covider

Annoying issue with iOS: keyboard is closing after every click

开放

#93 创建于 2020年3月25日

 (12 条评论) (0 个反应) (0 位负责人)TypeScript (8 个派生)auto 404
QA feedbackgood first issueux/ui

仓库指标

星标
 (23 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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.

贡献者指南