Great tutorial. Now, why did you stop making more tutorials?And how do you bring the emulator on to test it. Log in to Reply
Thank you so much for this tutorial on how one can create a slider which moves with a swipe in javascript. Very helpful Log in to Reply
How does it run in multipages? Also when I swipe from left to right in page1 it statically (without transition) moves to page 2 Log in to Reply
Nice tut!I actually think that separating your js from the html is better than inserting the event attributes inside the html.I would target the element in the js file and add event listeners to it.Cleaner and safer code. Log in to Reply
I have a question, is it possible to make swipe pages like that work on desktop? Since I tried it out and it doesnt work with any web browsers ๐ Log in to Reply
Somehow when trying to swipe back left, both pages end up together. I believe it is related to the width of one. Something is not working properly. Log in to Reply
@ 2:48 how did you get the dot notation shortcut to work? Is it available in brackets? Log in to Reply
what is this code here "" <script src="http://localhost:35729/livereload.js"></script>"" ? Log in to Reply
24 responses to “swipe pages in pure javascript”
Full code please
Thank you
How to set chrome like that
Great tutorial. Now, why did you stop making more tutorials?
And how do you bring the emulator on to test it.
Thank you so much for this tutorial on how one can create a slider which moves with a swipe in javascript. Very helpful
How does it run in multipages? Also when I swipe from left to right in page1 it statically (without transition) moves to page 2
anybody will post the code? plz
Nice tut!
I actually think that separating your js from the html is better than inserting the event attributes inside the html.
I would target the element in the js file and add event listeners to it.
Cleaner and safer code.
Is it possible to do a video without the lip-smacking?
I have a question, is it possible to make swipe pages like that work on desktop? Since I tried it out and it doesnt work with any web browsers ๐
Somehow when trying to swipe back left, both pages end up together. I believe it is related to the width of one. Something is not working properly.
@ 2:48 how did you get the dot notation shortcut to work? Is it available in brackets?
great tutorial thank you
what is this code here "" <script src="http://localhost:35729/livereload.js"></script>
"" ?
great tutorial and great thinking , thanks ๐
why you just not write thoses funciton in a separate js file
Thank you for sharing your knowledge!
Possible to do a video for swiping multi-page?
please … do u have whatsapp ? or email ?
Hey , what a great tutorial … but listen … I'm using notepad++ … should that works ?
Can you share the code please?
Pure gold! Thanks!
Help please, my app has 3 pages
Brilliant Thanks!