赞
踩
以下方案均测试息屏后台运行两小时
manifest.json配置:APP常用其他设置—ios设置-后台运行能力,开启audio
代码:
// 开启后台音乐模式 import icon from '@/static/appIcons/20x20.png'; const playTimes = ref(0); const createAudio = () => { const bgAudioManager = uni.getBackgroundAudioManager(); bgAudioManager.title = '正在运行'; bgAudioManager.singer = '小熊管家'; bgAudioManager.coverImgUrl = icon; bgAudioManager.src = 'https://******/keepAppLife.mp3'; let t: any = null; const rePlay = () => { if (t) { return; }
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。