How get the zoom x2 on the ipad ?

Getting into LiveCode for iOS? Ask your questions here.

Moderators: Klaus, FourthWorld, heatherlaine, kevinmiller, robinmiller

Post Reply
ludo
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 72
Joined: Mon Dec 03, 2007 6:10 pm

How get the zoom x2 on the ipad ?

Post 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.
andyh1234
Posts: 476
Joined: Mon Aug 13, 2007 4:44 pm
Contact:

Re: How get the zoom x2 on the ipad ?

Post 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
ludo
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 72
Joined: Mon Dec 03, 2007 6:10 pm

Re: How get the zoom x2 on the ipad ?

Post by ludo »

Thank !
Post Reply