0

How can i get Device information using Mojo.Environment.DeviceInfo , Pleasae help me.

VenkaReddy
  • 2,871
  • 2
  • 27
  • 29

1 Answers1

1

this.HEIGHT = Mojo.Environment.DeviceInfo.screenHeight;

Just swap out screenHeight with what ever you're looking to use

http://developer.palm.com/index.php?option=com_content&view=article&id=1860#.DeviceInfo

Dave
  • 324
  • 1
  • 4
  • 10