You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by jc...@apache.org on 2016/07/17 18:35:47 UTC

cordova-plugin-inappbrowser git commit: CB-2063: (ios) Fixed presentation style

Repository: cordova-plugin-inappbrowser
Updated Branches:
  refs/heads/master 6bdd53809 -> e9734667c


CB-2063: (ios) Fixed presentation style

 This closes #176


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/commit/e9734667
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/tree/e9734667
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/diff/e9734667

Branch: refs/heads/master
Commit: e9734667c6a4e917848dac594369e5c9dd3180b8
Parents: 6bdd538
Author: Julio C�sar <jc...@gmail.com>
Authored: Sun Jul 17 20:26:30 2016 +0200
Committer: Julio C�sar <jc...@gmail.com>
Committed: Sun Jul 17 20:35:38 2016 +0200

----------------------------------------------------------------------
 src/ios/CDVInAppBrowser.m | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/e9734667/src/ios/CDVInAppBrowser.m
----------------------------------------------------------------------
diff --git a/src/ios/CDVInAppBrowser.m b/src/ios/CDVInAppBrowser.m
index 6ccdd50..8a7b295 100644
--- a/src/ios/CDVInAppBrowser.m
+++ b/src/ios/CDVInAppBrowser.m
@@ -231,6 +231,7 @@
                                    initWithRootViewController:self.inAppBrowserViewController];
     nav.orientationDelegate = self.inAppBrowserViewController;
     nav.navigationBarHidden = YES;
+    nav.modalPresentationStyle = self.inAppBrowserViewController.modalPresentationStyle;
 
     __weak CDVInAppBrowser* weakSelf = self;
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org