iScroll 5 not working when 2nd page should be scrollable
问题 I'm using apache cordova 2.2 jquery 1.7.2 jquery mobile 1.4.3 iscroll 5 (Matteo Spinelli ~ http://cubiq.org/) I have the following index.html: <div data-role="page" id="id1"> <div data-role="header" data-position="fixed"> </div> <div data-role="content" id="id2"> </div> <div data-role="footer" data-position="fixed"> </div> </div> <div data-role="page" id="thisshouldscroll"> <div data-role="header" data-position="fixed"> <div id="buttondiv" data-role="navbar"> some buttons </div> </div> <div