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

A cross-platform framework using Vue.js

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

**问题描述** 使用uni.pageScrollTo在移动端H5的页面滚动时,输入的duration为0时、scrollTop不为0,页面不会滚动到目标位置,而是直接滚动到顶部 **复现步骤** 如上描述 uni.pageScrollTo({ scrollTop: 300, duration: 0, success(res) { console.log('scroll res------>', res) }, fail(err) { console.log('err------>', err); }, complete(end) { console.log('end------>', end); } }); **预期结果** 页面滚动到目标位置 **实际结果** 页面滚动到顶部...

h5
提供了复现方案

**问题描述** 支付宝小程序 nodesRef.boundingClientRect 返回值没有id 字段 **复现步骤** [复现问题的步骤] ```vue 222 import { onMounted } from 'vue' onMounted(()=>{ const query = uni.createSelectorQuery(); query.select('#wrap').boundingClientRect(res=>{ console.log(res,888) }).exec() }) ``` [或者可以直接贴源代码] **预期结果** [使用简洁清晰的语言描述你希望生效的预期结果] 希望返回值有id字段 ![image](https://user-images.githubusercontent.com/45084708/145775913-10167462-a49b-43b7-a1a9-90e00d4f7a44.png)...

mp-alipay
doubleCheck

iPhone 12 苹果版本 17 darkmode监听主题后,我动态设置底部的tabbar 我vuex中定义了一个变量存放主题light和dark 安卓中可以正常设定颜色,但是ios中无法正常动态设置颜色,只能是onshow中uni.setTabbar(可是这样用户体验很差,有一个变色的过程) ios中被darkmode的框架限制,我动态设置颜色的代码会被覆盖掉,假设我用户选择了light,但是系统是dark,虽然我执行了动态修改的命令,但是仍然显示系统的颜色。这个问题只有ios出现,安卓是正常的。

vue2 #4887 https://ask.dcloud.net.cn/question/190681

vue3 #4885 link https://ask.dcloud.net.cn/question/190681

### 环境 Vue3 + Vite + TypeScript ### 问题 当在`package.json`中指定`type` 为 `module`时,项目启动报错:`TypeError: Uni is not a function` ```ts // vite.config.ts import Uni from "@dcloudio/vite-plugin-uni" export default defineConfig({ plugins: [Uni()] })...

等待用户反馈
编译问题

安卓系统 出现步骤 plus.navigator.hideSystemNavigation() //隐藏虚拟按键 使用uni.previewImage 弹出预览图片 结果 虚拟按键出现

**问题描述** uni-app 正则转换有遗漏。 **复现步骤** ```shell git clone https://github.com/ModyQyW/uni-app-4570 pnpm install pnpm run dev:mp-weixin ``` **预期结果** 真机调试正常 **实际结果** 真机调试白屏报错 ![image](https://github.com/dcloudio/uni-app/assets/31850793/47b7f660-7504-4ba4-a780-c4930775bb42) **系统信息:** - 发行平台: 微信小程序 - node 版本:18.16.0 - pnpm 版本:8.6.0 -...

希望uni.showLoading和uni.showModal、uni.showToast等API可以加一个maxCount的最大显示数的API,不用每个项目的拦截器都需要配置一个flag去判断,有时多个接口报错时,uni.showModal出现了多个,导致线上客户一直再点击,避免从代码层面出现问题,类似antdegisn这种 ![image](https://github.com/dcloudio/uni-app/assets/74643840/7d0e7318-5ff9-4b94-baa2-f9150ff77c6b)

enhancement

"useModel" is not exported by "node_modules/.pnpm/@[email protected]/node_modules/@dcloudio/uni-mp-vue/dist/vue.runtime.esm.js", imported by "src/components/categories/CategoryScrollSelector.vue?vue&type=script&setup=true&lang.ts". at components/categories/CategoryScrollSelector.vue:1:9 1: import { useModel as _useModel, defineComponent as _defineComponent } from 'vue' ^ 2: import { unref as _unref,...

bug
vue3
mp