xunleif2e / vue-lazy-component

🐌 Vue.js 2.x 组件级懒加载方案-Vue.js 2.x component level lazy loading solution
MIT License
1.01k stars 139 forks source link

华为P20微信小程序中内嵌h5,无法懒加载 #14

Closed devlee closed 6 years ago

devlee commented 6 years ago

华为P20微信小程序中内嵌h5,无法懒加载,但是在微信浏览器里是可以懒加载的

binggg commented 6 years ago

检查下是否支持 IntersectionObserver API

devlee commented 6 years ago

使用了IntersectionObserver的polyfill,不知道是不是因为原生不支持,是polyfill的问题

binggg commented 6 years ago

可以先看下小程序中内嵌h5本身支不支持IntersectionObserver,再定位是不是polyfilll的问题

devlee commented 6 years ago

API原生支持,微信浏览器里entries[0].intersectionRatio为1,小程序里内嵌h5,entries[0].intersectionRatio为0......

devlee commented 6 years ago

已反馈微信官方,所以关了