vohogames Posted October 26, 2015 Share Posted October 26, 2015 Hi to all,I have a problem. It happens on mobile web browser. When the games loaded, the player can move whole screen. Is there anyway to disable screen dragging? The game link is http://www.oyunta.com/1010-blok-tetris/Oyna/ Link to comment Share on other sites More sharing options...
vohogames Posted October 27, 2015 Author Share Posted October 27, 2015 tried http://stackoverflow.com/questions/8782005/prevent-window-from-dragging-in-ios5-mobile-browserand it didnt help Link to comment Share on other sites More sharing options...
jmp909 Posted October 28, 2015 Share Posted October 28, 2015 well your game is in an iframe on that page so that's not going to work anyway vohogames 1 Link to comment Share on other sites More sharing options...
vohogames Posted October 30, 2015 Author Share Posted October 30, 2015 Hi jmp909,I think there is a way. the game is alson on iframe but you can not drag it. Its a construct gamehttp://www.oyuntt.com/katana-meyve/fullscreen/ Link to comment Share on other sites More sharing options...
jmp909 Posted October 30, 2015 Share Posted October 30, 2015 that page has no content below the game to scroll to though Link to comment Share on other sites More sharing options...
vohogames Posted October 30, 2015 Author Share Posted October 30, 2015 hi again,I think i have solved the problem. for mobile i have used and now it works. this.scale.scaleMode = Phaser.ScaleManager.EXACT_FIT; Here is the new link http://www.oyuntt.com/1010-blok-tetris/oyna/on samsung s4, stock browser. succeed actually, when on mobile phone it opens http://www.oyuntt.com/1010-blok-tetris/fullscreen/ Link to comment Share on other sites More sharing options...
Recommended Posts