1 decade ago by paulh
So i try to build for iphone 5.0 and its all great, works nice (except the mouse input offset) .. then i try to build on ipad but i get:
a small screen in the centre for the ipad with the game running, ive added:
and loads of different variations but the "canvas" remains the same size?
changing the 1, does change the zoom but how do i make it full screen, surely changing the resolution should change the screen size?
a small screen in the centre for the ipad with the game running, ive added:
if( ig.ua.iPad) { ig.main('#canvas', MyGame, 60, 960, 420, 1); }
and loads of different variations but the "canvas" remains the same size?
changing the 1, does change the zoom but how do i make it full screen, surely changing the resolution should change the screen size?