How get the zoom x2 on the ipad ?
Posted: Mon Jul 11, 2011 5:17 pm
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 :
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.
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
Thanks.