uni-app 反馈下打包鸿蒙next的bug
uni-app 反馈下打包鸿蒙next的bug
开发环境 | 版本号 | 项目创建方式 |
---|---|---|
Windows | win10 | HBuilderX |
产品分类:uniapp/App
PC开发环境操作系统:Windows
PC开发环境操作系统版本号:win10
HBuilderX类型:正式
HBuilderX版本号:4.23
手机系统:HarmonyOS NEXT
手机系统版本号:HarmonyOS NEXT Developer Beta2
手机厂商:华为
手机机型:mate60 pro
页面类型:vue
vue版本:vue3
打包方式:云端
示例代码:
1,uni.showToast({ icon: ‘none’, position: ‘bottom’, title: “123” });
2,uni.setClipboardData({ data:“2222”, showToast:true })
3, “style”: { “navigationStyle”: “custom”, “backgroundColor”: “transparent”, “app-plus”: { “animationType”: “fade-in”, “background”: “transparent”, “popGesture”: “none” } }
### 操作步骤:
1,uni.showToast({
icon: 'none',
position: 'bottom',
title: "123"
});
2,uni.setClipboardData({
data:"2222",
showToast:true
})
3,
"style": {
"navigationStyle": "custom",
"backgroundColor": "transparent",
"app-plus": {
"animationType": "fade-in",
"background": "transparent",
"popGesture": "none"
}
}
更多关于uni-app 反馈下打包鸿蒙next的bug的实战教程也可以访问 https://www.itying.com/category-93-b0.html
canvas 几个手指触摸事件也获取不到坐标了 下面是@touchstart返回的数据
{
“defaultPrevented”: false,
“timeStamp”: 3635,
“_stop”: false,
“_end”: false,
“type”: “onTouchstart”,
“bubbles”: false,
“cancelable”: false,
“changedTouches”: {
},
“currentTarget”: {
“dataset”: {
“vE3b7a4a6”: “”
},
“id”: “”,
“offsetLeft”: 0,
“offsetTop”: 0
},
“detail”: {
},
“target”: {
“dataset”: {
“vE3b7a4a6”: “”
},
“id”: “”,
“offsetLeft”: 0,
“offsetTop”: 0
},
“touches”: {
}