Jump to content

This topic is 4255 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I am trying to start with a different form for the iPad (from the iPhone one) at login. In the past I have used "Get (System Platform)" to tell the difference between system platforms. The iPad and the iPhone both return the number "3" when I use this method. Any ideas?

Posted

Get( ApplicationVersion ) returns either "Go" or "Go_iPad"

  • 3 weeks later...
Posted

Howdy,

Here is one way to do it as per Vaughan's post:

If [PatternCount(Get ( ApplicationVersion );"iPad")]

Go to Layout ["iPad"]

Else If [PatternCount(Get ( ApplicationVersion );"Go")]

Go to Layout ["iPhone"]

Else

Go to Layout ["Desktop"]

End If

Cheers!

Lyle

  • 2 years later...
Posted

Hi Vaughan,

 

Just on this note, is there any way to detect the orientation of the iPad? I have two main menu layouts - one designed for portrait and one for landscape. I tried checking for Get(ScreenWidth) > Get(ScreenHeight) but these values did not change.

 

Greg

This topic is 4255 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.