代码阿尔法
代码阿尔法
  • 发布:2025-01-24 10:32
  • 更新:2025-01-24 10:51
  • 阅读:18

【报Bug】uniapp 开发安卓app,uni.shareWithSystem分享是否需要请求额外的应用权限才能完成分享功能?

分类:uni-app

产品分类: uniapp/App

PC开发环境操作系统: Windows

PC开发环境操作系统版本号: Windows 10

HBuilderX类型: 正式

HBuilderX版本号: 4.45

手机系统: Android

手机系统版本号: Android 9.0

手机厂商: vivo

手机机型: V1813A

页面类型: vue

vue版本: vue2

打包方式: 云端

项目创建方式: HBuilderX

操作步骤:

uni.shareWithSystem分享是否需要请求额外的应用权限才能完成分享功能?

uni.shareWithSystem({  
    type: 'image',  
    imageUrl: downLoadImagePath, // 本地图片地址  
    success: (res) => {  
        console.log(res)  
    },  
    fail: (err) => {  
        onsole.log(err)  
    }  
})

预期结果:

uni.shareWithSystem分享是否需要请求额外的应用权限才能完成分享功能?

uni.shareWithSystem({  
    type: 'image',  
    imageUrl: downLoadImagePath, // 本地图片地址  
    success: (res) => {  
        console.log(res)  
    },  
    fail: (err) => {  
        onsole.log(err)  
    }  
})

实际结果:

uni.shareWithSystem分享是否需要请求额外的应用权限才能完成分享功能?

uni.shareWithSystem({  
    type: 'image',  
    imageUrl: downLoadImagePath, // 本地图片地址  
    success: (res) => {  
        console.log(res)  
    },  
    fail: (err) => {  
        onsole.log(err)  
    }  
})

bug描述:

uniapp 开发安卓app,uni.shareWithSystem()分享弹出系统分享框点击应用没有反应,开启vivo应用权限中的“ 后台弹出界面 ”权限,功能正常使用,可跳转到分享APP中进行分享

uni.shareWithSystem({  
    type: 'image',  
    imageUrl: downLoadImagePath, // 本地图片地址  
    success: (res) => {  
        console.log(res)  
    },  
    fail: (err) => {  
        onsole.log(err)  
    }  
})
2025-01-24 10:32 负责人:无 分享
已邀请:
蔡cai

蔡cai

https://ext.dcloud.net.cn/search?q=%E5%88%86%E4%BA%AB&orderBy=Relevance&uni-appx=1

要回复问题请先登录注册