not compatible with iPad?
ArchiePCCastro opened this issue · 0 comments
ArchiePCCastro commented
Hi, jssor slider doesn't work on my ipad 4th generation but works on a samsung tablet, i have this code:
function ScaleSlider() {
var parentWidth = jssor_1_slider.$Elmt.parentNode.clientWidth;
if (parentWidth)
jssor_1_slider.$ScaleWidth(Math.min(parentWidth, 1240));
else
window.setTimeout(ScaleSlider, 30);
}
ScaleSlider();
$(window).bind("load", ScaleSlider);
$(window).bind("resize", ScaleSlider);
$(window).bind("orientationchange", ScaleSlider);
*doesn't work i mean it does not visualize the images/the slides.