-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3e65098
commit 2fb997a
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
### 1. IOS移动端 原始输入法问题 | ||
|
||
IOS原始输入法,中文输入时,无法触发keyup事件,而keyup时对应的enter事件也无法触发 | ||
|
||
解决方案: | ||
|
||
1. 将keyup监听替换成值的watch | ||
2. 让使用者安装三方输入法,比如搜狗输入法(不太现实) |