03 2023 档案
摘要:import MediaPlayer func setNowPlayingInfo() { // .开启远程交互,只有开启这个才能进行远程操控 UIApplication.shared.beginReceivingRemoteControlEvents() // 获取锁屏中心 MPRemoteCom
阅读全文
摘要:uni APP 怎么打开支付宝小程序,直接上代码 // #ifdef APP-PLUS uni.getSystemInfo({ success(res) { if (res.platform == 'android') { var info = `alipays://platformapi/star
阅读全文
摘要:uni-app webview 安卓机 title显示链接地址问题 操作步骤: 任一外链地址,在安卓机上 预期结果: 希望不显示url 实际结果: 显示url bug描述: webview 头部title在安卓上显示html得title,并且再加载得过程中title显示得是url 最后好方案,web
阅读全文
摘要:{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "app-plus": { "titleNView":
阅读全文