Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ios): remove deprecated orientation methods #666

Merged

Conversation

jcesarmobile
Copy link
Member

- (NSUInteger)supportedInterfaceOrientations changed to - (UIInterfaceOrientationMask)supportedInterfaceOrientations.
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation was deprecated

closes #665

@jcesarmobile jcesarmobile requested a review from erisu April 5, 2020 13:40
@jcesarmobile jcesarmobile changed the title chore: remove deprecated orientation methods chore(ios): remove deprecated orientation methods Apr 5, 2020
@jcesarmobile jcesarmobile merged commit 396c085 into apache:master Apr 6, 2020
@jcesarmobile jcesarmobile deleted the remove-deprecated-orientation branch April 6, 2020 13:21
expertanswerz pushed a commit to expertanswerz/cordova-plugin-inappbrowser that referenced this pull request Apr 9, 2020
* master:
  docs: replaces outdated transition and presentation style links (apache#662)
  chore: remove deprecated orientation methods (apache#666)
  Fix incorrect TypeScript typings (apache#515)
  [apacheGH-652] add check for openInSystem postNotification (apache#654)
  ci: updates Node.js versions (apache#659)
  chore(npm): improve ignore list (apache#658)
  fix(android): Reset lefttoright if not set (apache#442)
  [android] Correcting the documentation regarding lefttoright opt… (apache#648)
  (android) Added option to turn on/off fullscreen mode in Android (apache#634)
  Android apacheGH-470 InAppBrowser: java.lang.IllegalArgumentException (apache#616)
  breaking(ios): remove UIWebView (apache#635)
  chore(release): 3.2.1-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

shouldAutorotateToInterfaceOrientation was deprecated on iOS 6
3 participants