Build alignment / Orientation confusion

Here I have the start of a menu screen, when I run in the simulator it works perfect! When I build and run on my phone, it works terrible, no buttons work and the screen is rotated and WAY off!

SIMULATOR:

ON DEVICE (simulated):

here is my config.lua code:

application =  
{  
 content =  
 {  
 width = 640,  
 height = 960,  
 scale = "zoomStretch",  
 },  
}  
  

Here is the code from my build.settings:

settings =  
{  
 orientation =  
 {  
 default = "landscapeRight",  
 supported =  
 {  
 "landscapeRight",--"landscapeLeft","portrait","portraitUpsideDown",  
 },  
 },  
}  

Does anyone have any thoughts? [import]uid: 7850 topic_id: 6739 reply_id: 306739[/import]

EDIT:

Got it!

All better now. [import]uid: 7850 topic_id: 6739 reply_id: 23484[/import]