diff --git a/src/ios/WebscreenViewController.m b/src/ios/WebscreenViewController.m index b41cac2..19df4a5 100644 --- a/src/ios/WebscreenViewController.m +++ b/src/ios/WebscreenViewController.m @@ -65,17 +65,16 @@ - (void)viewDidAppear:(BOOL)animated [self.delegate webscreenReady: self.sid]; } -/* + - (NSUInteger)supportedInterfaceOrientations { - return UIInterfaceOrientationMaskLandscape; + return UIInterfaceOrientationMaskPortrait; } - (BOOL)shouldAutorotate { return NO; } -*/ - (void)webView:(UIWebView *)webView didFailLoadWithError:(NSError *)error {