GitHub user caixiaomin opened a pull request:
https://github.com/apache/incubator-weex/pull/1250
[WEEX-443][iOS]Fix picker module callback not called on iOS 11.0.x
On iOS 11.0.x device, the tap gesture hijacked "done" and "cancel" button
event.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/caixiaomin/incubator-weex FixPickerIssue
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-weex/pull/1250.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 #1250
----
commit a9d26bf527f840d7ded80ed4b8f7868c1b30ad50
Author: Xiaomin <caixiaomin@...>
Date: 2018-06-07T12:42:06Z
[WEEX-443][iOS]Fix picker module callback not called on iOS 11.0.x
----
---