GitHub user weifengsmile opened a pull request:
https://github.com/apache/incubator-weex/pull/1239
[WEEX-434][iOS] fix the input cannot move down to original position aâ¦
â¦nd the toolbar of keyboard cover the input component when on bottom
First of all, thank you for your contribution!
Please makes sure that these checkboxes are checked before submitting your
PR, thank you!
<!--
How to use github markdown?
### checkable example
- [x] checked
- [ ] not checked
More github Markdown info to see
https://guides.github.com/features/mastering-markdown/
-->
CheckList:
**if** *isBugFix* **:**
* [ ] Make sure that you add at least one unit test for the bug which you
had fixed.
**elif** *isNewFeature* **:**
* [ ] Update API docs for the component.
* [ ] Update/Add demo to demonstrate new feature.
* [ ] Update test scripts for the feature.
* [ ] Add unit tests for the feature.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/weifengsmile/incubator-weex
iOS-bugfix-input-moveup
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-weex/pull/1239.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1239
----
commit 6722bd8bfc8d52fc0fcc6e9b3993017efa8d4a31
Author: Sidney Li <sidneyli@...>
Date: 2018-06-04T10:02:28Z
[WEEX-434][iOS] fix the input cannot move down to original position and the
toolbar of keyboard cover the input component when on bottom
----
---