uni-app icon indicating copy to clipboard operation
uni-app copied to clipboard

A cross-platform framework using Vue.js

Results 519 uni-app issues
Sort by recently updated
recently updated
newest added

复现代码: 环境配置: node: 16.14.2 npm:8.5.0 vite: 4.0.3 https://github.com/dcloudio 版本:3.0.0-alpha-3080520230616001(当前最新的版本, 老版本:3.0.0-alpha-3040220220310005没有这个问题) 问题描述:在h5生产构建打包后 rich-text组件里面自定义style样式,导致出现弹窗就卡死页面,浏览器上面未报错 去掉style="text-align: center;" 后正常 本地开发环境没有这个问题, 目前解决方案是采用class,或者直接把样式定义到父级上面 期望:生产环境打包后rich-text 组件能自定义style样式

请问 uni-app 什么时候支持 ESM 呢 现在引入一些 ESM 包时会报错,比如 `strip-json-comments` 这个包,如果我在 `vite.config.ts` 中引入并使用就会报下面的错误 ```bash > uni -p mp-weixin Please note that in running mode, due to log output, sourcemap, and uncompressed...

uni 工程问题

### 环境: - vue:3.2.45 - uni: 3.0.0-alpha-3080220230511001 - vite: 4.0.3 问题描述: 运行命令`yarn dev:mp-weixin`后,控制台会报错*Charts.Charts is not a constructor*.代码片段如下 ### 相关代码 *** lib.js*** ``` function Charts() { // do something } Charts.prototype.init...

vue3
mp-weixin
等待用户反馈

用了有pako依赖的包。 编译运行的时候报这个错误: [plugin:commonjs--resolver] Unbalanced delimiter found in string 参考了: #4524 对esbuildPrePlugin.js进行了修改,编译h5可以通过,但是编译app又会报这个错

不明确复现步骤、未提供复现工程
等待用户反馈

createIntersectionObserver编译到web,放到iframe里面和直接打开,两种场景observe触发时机表现不一致。 在iframe中明显向上偏移了视口区域。 复现demo链接:[uni-h5-intersection-observer-iframe](https://gitee.com/wot-design-uni/uni-h5-intersection-observer-iframe)。 操作步骤参考以下视频: https://github.com/dcloudio/uni-app/assets/26426873/e6dc416c-ae4c-46fc-8e78-87dcc23915d9

h5
Good!完整的提问

华为应用市场审核时要求:APP在调用终端权限时,应同步告知用户申请该权限的目的 真机调试createRequestPermissionListener时,经常触发 Error: [JS Framework] Failed to receiveTasks, instance (14) is not available. 请帮忙解答一下

question
Android

uni版本:3.0.0-alpha-4010820240531001 平台:支付宝小程序 iOS 复现链接 [https://github.com/Guan-Meng-Yuan/wot-design-bug-report](https://github.com/Guan-Meng-Yuan/wot-design-bug-report) 相关issue链接:[https://github.com/Moonofweisheng/wot-design-uni/issues/352](https://github.com/Moonofweisheng/wot-design-uni/issues/352)

mp-alipay
Good!完整的提问

运行环境:hbuildx 4.15 , 安卓系统7.1.1 需求:通过getApp获取正确的globalData对象。 问题说明:按官方文档进行操作后,获取到的getApp()对象打印结果为空数组。与预期不一致。 代码: ```html export default { globalData: { text: 'text' }, onLaunch: function() { console.log('App Launch') uni.getSystemInfo({ success: function(info) { console.log("系统信息", info, getApp(), getApp().globalData); console.log(...

Android

* 目前这么写,不生效 ```js //js const bgFilePickerRef = ref(null) bgFilePickerRef.value.click() // template ``` * 需求是直接动态触发打开文件的弹窗,有什么办法吗?

question
uni-ui

``` ``` 如何修改

question
app
Android
不明确复现步骤、未提供复现工程