ionic-team / ionic-team/cordova-plugin-ionic-webview
IOS: Keyboard not work correctly in editable HTML block
Open
- Dominant language
- Objective-C
- Stars
- 493
- Forks
- 410
- PR merge metrics
- No merged PRs in 30d
Description
To add a HTML editor, the common way is to set contentEditable attribute to a block.
However, in the ionic webview ios plugin, when interact with such an editor, keyboard can't stay as show there when focus on different content, instead, it open on one click and close on next click.
Andriod version works well.
To test, just insert following code into ionic page.
```
This is a pure text line.
This is a div tag
```
Contributor guide
Assessment
This issue has not been assessed yet.