Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

无法关闭长按图片菜单 #322

Closed
Redstoone opened this issue Jul 7, 2021 · 0 comments
Closed

无法关闭长按图片菜单 #322

Redstoone opened this issue Jul 7, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@Redstoone
Copy link

Redstoone commented Jul 7, 2021

使用环境

uni-app 打包的 app

问题描述

show-img-menu 参数设置为false,并没有起作用,还是会弹出菜单

复现方式

<template>
	<mp-html :show-img-menu="false" :content="contents"></mp-html>
</template>

<script>
	import mpHtml from '@/components/mp-html/mp-html'
	export default {
	  data () {
			return {
				contents: '<p><img src=\"https://bjetxgzv.cdn.bspapp.com/VKCEYUGU-uni-app-doc/6acec660-4f31-11eb-a16f-5b3e54966275.jpg\" title=\"upload-img\" /></p>'
			}
	  }
	}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants