Page 1 of 1

How get the zoom x2 on the ipad ?

Posted: Mon Jul 11, 2011 5:17 pm
by ludo
Hello,

I've made an app for the iphone.
How display this app in the center of the screen of the iPad ? Actually, the app is displayed at the topleft corner of the screen.
Even with the script in the openstack :

Code: Select all

If the machine = "iPad" then set the loc of this stack to the screenloc
And how let the user to use the "zoom-in" feature of iOS to display the app at the screensize of the iPad (Like the skype app) ?

Thanks.

Re: How get the zoom x2 on the ipad ?

Posted: Mon Jul 11, 2011 9:14 pm
by andyh1234
Just compile it for the iPhone, and not the iPad.

The iPad will then see it as an iPhone app and centre it, showing a x2 icon to let you zoom in.

Once you select the iPad in the supported devices box Livecode compiles it as a universal app so you can design a full hd interface.

Andy

Re: How get the zoom x2 on the ipad ?

Posted: Tue Jul 12, 2011 6:08 am
by ludo
Thank !