I presume you're overriding ShouldAutoRotateToInterfaceOrientation() in all your view controllers and only return the Portrait orientations?
René -----Ursprüngliche Nachricht----- Von: [email protected] [mailto:[email protected]] Im Auftrag von MilkyJoe Gesendet: Dienstag, 24. April 2012 15:49 An: [email protected] Betreff: [MonoTouch] Orientation Issue I lock my app to the portrait orientations. Everything works well, until the user clicks on a YouTube link in a UIWebView view. This causes the YouTube player to open, full screen, and the user is able to rotate the device to landscape (which is fine). When closing the YouTube player, however, my app is in landscape mode! How can I prevent this from happening? Thanks -- View this message in context: http://monotouch.2284126.n4.nabble.com/Orientation-Issue-tp4583544p4583544.h tml Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
