dcloudio / dcloudio/mui

原生UI配合H5有bug

Open
#436 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
13.5k
Forks
6.5k
PR merge metrics
No merged PRs in 30d

Description

plus.nativeUI.actionSheet生成的原生UI,在红米note5的web2app中会阻止H5的input的上传事件,没法弹框,在ios下是正常的,在webAPP中均正常 let buttons = [{
title: "刷新",
color: "#000"
},
{
title: "上传",
color: "#000"
},
{
title: "新建文件夹",
color: "#000"
},
]
if (that.hView) {
buttons.push({
title: "创建团队目录",
color: "#000"
})
}
plus.nativeUI.actionSheet({
cancel: "取消",
buttons,
},

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.