be-fe / iSlider

Smooth mobile touch slider for Mobile WebApp, HTML5 App, Hybrid App
http://be-fe.github.io/iSlider/
MIT License
1.65k stars 449 forks source link

webapp开发中,webview预加载时图片叠加问题。 #439

Closed tangj1206 closed 6 years ago

tangj1206 commented 6 years ago

在开发webapp的过程中,从首页预加载主页(slider在主页 ,会被预加载),当主页出现时slider里面的图片全部重合堆叠在了一起。

tangj1206 commented 6 years ago

问题解决了 是因为dom元素还未初始化完成 就初始化了插件 导致样式计算跑偏 解决方式是 将初始化代码写入 plusready 里面