Wechat mini program long press the picture to send to friends

Problem Description

Wechat mini program long press the picture to send to friends
insert image description here

Solution

<image></image>Add directly to the label:show-menu-by-longpress="true"

<image :show-menu-by-longpress="true" :src="imageUrl"></image>

After that, you don’t need to do anything, and you can send to friends, bookmark, save pictures and other functions.

Guess you like

Origin blog.csdn.net/honeymoon_/article/details/123985928