SwipeView
SwipeView copied to clipboard
this.wrapper.clientWidth in function refreshSize is 0 if I new a swipeview but the HTML DOM hasn't rendered.
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>
I fix it by this pull: https://github.com/cubiq/SwipeView/pull/46