Raiper34 Posted August 12, 2015 Share Posted August 12, 2015 Hi, How to disable iphone vertical scroll? I have got meta viewport tag in head, and i add overflow: hidden CSS to body, but still I can scroll. How to solve this? I solved it using position:fixed to html but i dono like it.... Link to comment Share on other sites More sharing options...
Insomne Posted August 19, 2015 Share Posted August 19, 2015 Did you try it this?: this.game.input.touch.preventDefault = true; With this you will disable, the default behavior for the touch events, including the scrolling. jdnichollsc 1 Link to comment Share on other sites More sharing options...
Recommended Posts