vue-lazy-component icon indicating copy to clipboard operation
vue-lazy-component copied to clipboard

ios端无法加载

Open dev3932 opened this issue 6 years ago • 4 comments

mint-ui框架,ios端无法显示,android端正常

dev3932 avatar Dec 15 '18 02:12 dev3932

<mt-tab-container-item id="2"> <vue-lazy-component> <cart-list/> </vue-lazy-component> </mt-tab-container-item>

dev3932 avatar Dec 15 '18 02:12 dev3932

注意 / Notes 该项目依赖 IntersectionObserver API,如需在较低版本浏览器运行,需要引入 IntersectionObserver API polyfill IntersectionObserver API polyfill https://github.com/w3c/IntersectionObserver/tree/master/polyfill

binggg avatar Apr 15 '19 11:04 binggg

IntersectionObserver API 能解决吗 我是Iphone6的微信网页没法加载

AlanNgaiJX avatar Feb 18 '20 04:02 AlanNgaiJX

@AlanNgaiJX 可以试下引入

IntersectionObserver API polyfill https://github.com/w3c/IntersectionObserver/tree/master/polyfill

binggg avatar Feb 20 '20 02:02 binggg