android手机 text组件设置了selectable 但是无法长按复制,iphone手机上是可以的。就android不行
代码如下:
<view class="first-column-container" style="margin-bottom:10rpx;">
<view class="note-edit-left">
<text class="note-edit-text">邀请码</text>
</view>
<text class="code-middle-text" selectable>{{inviteCode}}</text>
<view class="code-btn-view">
<block wx:if="userInfo.auth=='0'">
<button class="edit-btn" bindtap="resetInviteCode" loading="{{loading}}">
重置
</button>
</block>
<block wx:else>
<button class="edit-btn-none">
重置
</button>
</block>
</view>
</view>
都今天了,还不能复制,安卓
各位开发的大大们是不是忘了这个功能了
难道现在还不支持吗
android此功能正在开发中。后面版本会支持。