You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When you display an alert, even when disabling autorotation alert is still allowed to rotate. Would be great if it just used the main view controller's supported orientations.
To Reproduce
Steps to reproduce the behavior:
Set attributes to disable rotation2.
attributes.positionConstraints.rotation.isEnabled = false
display alert
Rotate device
Alert rotates when it shouldn't 5.
Expected behaviour
Alert should not show in landscape mode
Screenshots
If applicable, add screenshots to help explain your problem.
iPhone (please complete the following information):
Device: Any device
iOS Version: iOS 16 +
Xcode Version 14.0.1
Dependency Manager Version N / A
SwiftEntryKit Release # 2.0.0
Additional context
Add any other context about the problem here.
Screenshots / Video Links
The text was updated successfully, but these errors were encountered:
Describe the bug
When you display an alert, even when disabling autorotation alert is still allowed to rotate. Would be great if it just used the main view controller's supported orientations.
To Reproduce
Steps to reproduce the behavior:
attributes.positionConstraints.rotation.isEnabled = false
Expected behaviour
Alert should not show in landscape mode
Screenshots
If applicable, add screenshots to help explain your problem.
iPhone (please complete the following information):
Additional context
Add any other context about the problem here.
Screenshots / Video Links
The text was updated successfully, but these errors were encountered: