Newbies Steve Shaw Posted April 3, 2016 Newbies Posted April 3, 2016 Hi, I am trying to get a filemaker go app for my ipad to detect if I have tilted the ipad. Any ideas?
Wim Decorte Posted April 4, 2016 Posted April 4, 2016 do you mean rotate between portrait and landscape?
jbante Posted April 4, 2016 Posted April 4, 2016 FileMaker Go does not give developers raw access to the accelerometer, and no access at all to the gyroscope or compass. We don't have a way to access just any tilt of the iPad. The Get ( WindowOrientation ) function lets us distinguish between different portrait and landscape orientations, and the OnLayoutSizeChange script trigger lets us trigger actions based on users changing the orientation of the device. That's all we've got. 1
Recommended Posts
This topic is 3407 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 accountSign in
Already have an account? Sign in here.
Sign In Now