Advertisement
Guest User

Untitled

a guest
Oct 9th, 2013
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. contentOrientation: Screen.orientation
  2.  
  3. onContentOrientationChanged:{
  4. console.log("Content Orientation changed");
  5. }
  6.  
  7. Screen.onOrientationChanged: {
  8. console.log("Orientation changed");
  9. contentOrientation = Screen.orientation;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement