Pierre-André Liné

Results 4 comments of Pierre-André Liné

I had the same problem. The problem was that the clientWidth of the wrapper is 0 until the page is shown. I fixed by initializing the SwipeView when the first...

@ejimenez93 : no, I have no "else" code, because the wrapper is instanciated just once, the fisrt time the page is shown. The "if (typeof (wrapper) == "undefined")" in the...

https://github.com/ejimenez93 @ejimenez93 : no, I have no "else" code, because the wrapper is instanciated just once, the fisrt time the page is shown. The "if (typeof (wrapper) == "undefined")" in...

Yes, I had the same problem. Forgot to mention. I did not check why but removing the 'touchmove' listener fixed it: ``` javascript //document.addEventListener('touchmove', function (e) { e.preventDefault(); }, false);...