Phonegap Autorotate

In MainViewController\#shouldAutorotateToInterfaceOrientation return YES: ```objectivec - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation { // Return YES for supported orientations return YES; //[super shouldAutorotateToInterfaceOrientation:interfaceOrientation]; } ```