apm29

Results 8 comments of apm29

是的,小米也是,默认是大写,结果我小米2s获取到的是小写,isUnderMHasPermissionRequestManufacturer这个方法就返回fasle了...

小米2s 5.0.2也是这样的问题,requestUnderM这个方法调用后,allow那个字段在request时候还是false,然后直接回调了Granted...,之后再弹出权限申请对话框

same issue on api 21 device,

> @chengfengliu > 应该根据 EXT-X-TARGETDURATION 指定的时间进行轮询, 而不是根据最后一个切片确定. > 不然最后一个切片加载完后没有产生新的切片的话会停止进度. 是一直轮询m3u8文件,获取新的ts片段么

我是主应用vue2.6 + vue-router3.x + webpack, 子应用vue3+vue-router4.x+vite+unplugin-vue-router,同域名下不同子路径,都是hash模式,注册方式是registerMicroApps+start,浏览器回退或者history.back就会出现undefined链接,用了这个方法下可以了 > 楼上找到的这个是根本原因,就是router大版本对currentState的修改方式不同导致的,不好改源码的话,可以自己加一个路由钩子,我这里引了lodash,自己写一个也可以 ` router.beforeEach((to, from, next) => { if (_.isEmpty(history.state.current)) { _.assign(history.state, { current: from.fullPath }); } next(); });`

> Thanks for reporting. Do you mean the default Source Control Option in the side bar? ![image](https://user-images.githubusercontent.com/5564731/201875832-49965fd7-ba14-411b-8e22-a04491738500.png) yes, i can see the badge and hint on the project dashboard icon...

> What happens if you disable the dashboard extension? > > From a first glance, I **think** that this out of the scope of this extension. For the icon, the...