hasadna/avid-covider
Annoying issue with iOS: keyboard is closing after every click
开放
#93 创建于 2020年3月25日
QA feedbackgood first issueux/ui
仓库指标
- 星标
- (23 个星标)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
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.