You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this.wrapper.clientWidth in function refreshSize is 0 if I new a swipeview but the HTML DOM hasn't rendered.
such as fellow code:
this.$el.html("
<div id="swipeview">
</div>
");
var target = this.$el.find( "#swipeview" )[0];
var carousel = new SwipeView( target, {
numberOfPages: slides.length,
hastyPageFlip: true
});
this code will cause the this.wrapper.clientWidth equal to 0
The text was updated successfully, but these errors were encountered:
this.wrapper.clientWidth in function refreshSize is 0 if I new a swipeview but the HTML DOM hasn't rendered.
such as fellow code:
this.$el.html("
The text was updated successfully, but these errors were encountered: