You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ni...@apache.org on 2020/06/05 07:11:39 UTC

[cordova-plugin-inappbrowser] branch fix-regression-656 created (now b20d7e3)

This is an automated email from the ASF dual-hosted git repository.

niklasmerz pushed a change to branch fix-regression-656
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-inappbrowser.git.


      at b20d7e3  (ios): fix regression in 2706f34

This branch includes the following new commits:

     new b20d7e3  (ios): fix regression in 2706f34

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[cordova-plugin-inappbrowser] 01/01: (ios): fix regression in 2706f34

Posted by ni...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

niklasmerz pushed a commit to branch fix-regression-656
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-inappbrowser.git

commit b20d7e3b7f79395c792be0858e898a6623dc23c4
Author: Niklas Merz <nm...@gedys-intraware.de>
AuthorDate: Fri Jun 5 09:11:17 2020 +0200

    (ios): fix regression in 2706f34
    
    Merging issue from #656
    
    Closes #714
---
 src/ios/CDVWKInAppBrowser.m | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/src/ios/CDVWKInAppBrowser.m b/src/ios/CDVWKInAppBrowser.m
index 3a2ecf8..1ec2065 100644
--- a/src/ios/CDVWKInAppBrowser.m
+++ b/src/ios/CDVWKInAppBrowser.m
@@ -1244,15 +1244,6 @@ BOOL isExiting = FALSE;
     return 1 << UIInterfaceOrientationPortrait;
 }
 
-- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
-{
-    if ((self.orientationDelegate != nil) && [self.orientationDelegate respondsToSelector:@selector(shouldAutorotateToInterfaceOrientation:)]) {
-        return [self.orientationDelegate shouldAutorotateToInterfaceOrientation:interfaceOrientation];
-    }
-    
-    return YES;
-}
-
 - (void)viewWillTransitionToSize:(CGSize)size withTransitionCoordinator:(id<UIViewControllerTransitionCoordinator>)coordinator
 {
     [coordinator animateAlongsideTransition:^(id<UIViewControllerTransitionCoordinatorContext> context)


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