Skip to content

ios无法复制问题 #36

@BEIBEI123

Description

@BEIBEI123

因为小程序接口修改,导致文本无法复制,建议修改
文档见:https://developers.weixin.qq.com/miniprogram/dev/component/text.html

selectable | boolean | false | 否 | 文本是否可选 (已废弃) | 1.1.0
user-select | boolean | false | 否 | 文本是否可选,该属性会使文本节点显示为 inline-block | 2.12.1

建议将:
<text selectable="true">{{item.text}}</text></block>
修改为

<text selectable="true" user-select="true">{{item.text}}</text></block>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions