[GitHub] incubator-weex pull request #1036: [Android] fix input method can not evoke ...

2018-03-01 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-weex/pull/1036


---


[GitHub] incubator-weex pull request #1036: *[android] fix input method can not evoke...

2018-02-23 Thread misakuo
GitHub user misakuo opened a pull request:

https://github.com/apache/incubator-weex/pull/1036

*[android] fix input method can not evoke on

…ste was set

First of all, thank you for your contribution! 

Please makes sure that these checkboxes are checked before submitting your 
PR, thank you!



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/misakuo/incubator-weex patch-input-method

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-weex/pull/1036.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 #1036


commit e59bb414b70963832760cbd3de448f4f5006855a
Author: misakuo 
Date:   2018-02-24T02:10:34Z

*[android] fix input method can not evoke when property allow-copy-paste 
was set




---