I am trying to use Swiper (external Js library for swiping) https://github.com/nolimits4web/Swiper I have an even on pageshow: $(document).ready(function () { //initialize swiper when document ready var mySwiper = new Swiper ('.swiper-container', { // Optional parameters direction: 'vertical', loop:...