GitHub user acton393 opened a pull request:
https://github.com/apache/incubator-weex/pull/1030
[WEEX-219][iOS]support copy action for text component
you can specify an attribute disableCopy='true' to enable the copy action
by long press gesture, default is disable.
try case : http://dotwe.org/vue/77b7d735efaf55d6b84c5c8fb5196bd9
<img width="302" alt="screen shot 2018-02-15"
src="https://user-images.githubusercontent.com/11631084/36097055-19c9fa08-1034-11e8-9503-0cc33aee5df4.png">
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/acton393/incubator-weex
ios-feature-text-action-menu
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-weex/pull/1030.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 #1030
----
commit 15a0ba79fc8d0147617d7f62eb5eda3e6c7a50cf
Author: acton393 <zhangxing610321@...>
Date: 2018-01-30T09:25:35Z
* [iOS] add copy action menu for text component
commit 753a2fbfcdff785199cb4f48e351a3601152b387
Author: acton393 <zhangxing610321@...>
Date: 2018-02-09T19:40:40Z
Merge branch 'master' of
https://git-wip-us.apache.org/repos/asf/incubator-weex into
ios-feature-text-action-menu
commit 0c9d9acf3ea1361a00ca9835cfa6d884eeae687f
Author: acton393 <zhangxing610321@...>
Date: 2018-02-15T12:00:15Z
Merge branch 'master' of
https://git-wip-us.apache.org/repos/asf/incubator-weex into
ios-feature-text-action-menu
commit a03384909bac8f7bf8704d69fb60fece9bc728bb
Author: acton393 <zhangxing610321@...>
Date: 2018-02-15T12:22:30Z
[WEEX-219][iOS] support copy action for text component
you can specify an attribute disableCopy='true' to enable the copy action
by long press gesture, default is disable.
feature:219
----
---