On iOS16, when force rotating the screen with the new API requestGeometryUpdate:errorHandler: to force rotation of the screen, if there are other UIWindow on the top of the current screen, the rotation will only take effect on the top window. Is this a bug in iOS16? How to resolve this?
iOS 16 can not change orientation correctly when other window exists
714 views Asked by Hayden Wang At
0
There are 0 answers
Related Questions in UIKIT
- Thread 1: Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value - MapView.isMyLocationEnabled
- Can't display the simplest UIToolbar
- Label not showing on Tutorial SKScene
- UIViewRepresentable how do you change UIToolBar UIBarButtonItem image when it is selected?
- UIScrollView.setContentOffset() cannot set to the specified position in certain cases
- Need event when iOS app terminated by the user
- Custom context menu corner radius
- Override show(_:sender:) of UIViewController freezes the UI
- How to dismiss the first scene in UIKit Application?
- How to use RxSwift to draw the UICollectionView cells according to the number of data
- How can I trigger macOS system gamepad API based on a value received from iOS app through core bluetooth
- How to make tableview reload correct data?
- How can I implement this transition in pure Swift (UIKit)
- Present UIViewController using sheetPresentationController inside UINavigationController
- Access UINavigationItem from within MAUI ContentPage (in order to add native buttons to navigationbar)
Related Questions in SCREEN-ORIENTATION
- ResizeObserver callback is not being fired when rotated device two times
- Ipad Orientation landscape mode is not working
- How to lock the vertical orientation of an application?
- Is it possible to lock an orientation in a PWA?
- Moving Floating Windows to Corners of Screen All time
- Implementing Auto-Rotation camera in React Native Expo Project
- Getting "no such table: room_table_modification_log" on app rotation
- Android Widgets callbacks on orientation change
- How to present UIViewController to landscape and dismiss to portrait without ever rotating previous ViewControllers?
- Qt/Andriod app, can't seem to get AndroidManifest incorparated
- How to Handle ConfigChanges in Library or Module Java Android?
- tools:replace in android manifest doesn't seem to work
- How to Enable Scrolling in a Flutter ListView.separated Inside a YoutubePlayerScaffold
- Android TV Emulator as rotated and can not be be restored
- Why doesn't "ScreenOrientation: change event" work on the mobile web (iOS Safari)?
Related Questions in IOS16
- Create a localized string with a generated comment
- Why does the content moves down twice after the keyboard is dismissed in SwiftUI Form?
- How to make `.draggable` preview the same as the view being dragged in SwiftUI
- iOS 16+ visible value returns false incorrectly for UI elements
- how to conform appdelegate to protocol PTChannelManagerDelegate?
- iOS Homescreen Web Bookmark - Clicking home while the camera is open prevents the camera from opening again
- IOS 16 auto scroll to top when open page in safari UI webview
- How to share and modify data between view models in SwiftUI?
- MKMapView produces error Tracking renderables for inactive registry
- Unity3D - iOS 16 unknown sound playing when Game open
- Custom Binding<String> doesn't work in iOS 16
- Using Siri to set params, don't recognize personal names in Portuguese, even the Siri is configured in same language
- How to make a deeplink to a specific section of iPhone settings on current versions of iOS?
- NavigationDestination triggered from alert
- How to change the language without leaving the application on SwiftUI?
Related Questions in UIWINDOWSCENE
- How to limit a UIWindowScene to create only one window?
- How to use requestGeometryUpdateWithPreferences in Objective C
- iOS 16 can not change orientation correctly when other window exists
- Use overrideUserInterfaceStyle on all active windows
- Center the main window of an app in Mac Catalyst
- How can I get the last window using UIWindowScene.windows in iOS 15?
- Xcode warning: 'windows' was deprecated in iOS 15.0: Use UIWindowScene.windows on a relevant window scene instead
- How to get rid of message " 'windows' was deprecated in iOS 15.0: Use UIWindowScene.windows on a relevant window scene instead" with AdMob banner?
- iOS 15 UIWindowScene not working properly
- SwiftUI - Presenting alerts, dialogs from Views
- How to add subview to UIWindow Scene iOS 13
- How to get rootViewController in iOS 13 using Objective-C?
- Setter for 'screen' was deprecated in iOS 13.0
- How to add a UIView object to the current application window in iOS 13
- iOS 13/Facebook SDK error "Unable to find a valid UIWindow"
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)

