Skip to content

Commit

Permalink
Merge pull request fraunhoferfokus#8 from engbmsdev/master
Browse files Browse the repository at this point in the history
  • Loading branch information
mlasak committed Apr 24, 2015
2 parents 0487aaf + fe5c907 commit 439d62d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/ios/WebscreenViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 439d62d

Please sign in to comment.