September 8, 201114 yr 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?
September 25, 201114 yr 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
November 3, 201312 yr 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
Create an account or sign in to comment