459 questions
1 vote
0 answers
315 views
(IAP) Google Play Billing opens in portrait mode in a landscape-only Unity game
portrait Hi, I’ve been struggling with an issue related to IAP services for the past two days. Even though my game is set to landscape mode, the Google Play purchase dialog always opens in portrait ...
0 votes
0 answers
63 views
How I can override portrait orientation lock mode in swift?
I am developing a camera app in Swift and I want it to rotate according to the device orientation, even when the portrait orientation lock mode is turned on via the control center. I noticed that the ...
0 votes
1 answer
67 views
Android Webview how to display outlook mail in portrait layout in landscape device?
I have a android webview application and tried to load outlook.com. i have few mixed of portrait and landscape devices. in both the devices outlook layout is displaying differently as shown in below ...
0 votes
0 answers
23 views
Navigating two times from landscape to portrait in iOS
Button pressed from current screen is landscape and its moves to other screen which is locked to Portrait in iOS. Version 17 OS its coming as two times and lower versions like iOS 15 0r 16 in that its ...
-1 votes
1 answer
216 views
Print preview trims data on edge/chrome in Portrait mode
Print preview is cutting off right edges/side(few columns to be specific) of an HTML report in our Java based web-app in Chrome/Edge starting version 117 in Portrait mode, it does work in Landscape ...
1 vote
1 answer
210 views
Delphi iOS uisupportedinterfaceorientations faill to transport
When transporting the .ipa file generated by Delphi 11.3 to macos ventura 13.5.1, and defining "orientation" > "enable custom orientation" > "portrait" in the ...
1 vote
0 answers
218 views
How to convert Square image to landscape or portrait mode using PIL
I have an square image and I need to create Landscape and Portrait version of that image. How can I do that using PIL library I have seen transpose method to rotate the image but how do I change the ...
0 votes
1 answer
364 views
UIInterfaceOrientation not working on iPad iOS 16
Please help. I'm trying to build custom views for portrait and landscape orientation with different offsets of ui elements. Will not use UIDevice.current.orientation as there is no way to disable ....
0 votes
1 answer
127 views
IsGestureEnabled is not working in xamarin forms for iOS 16
I'm changing the orientation(Landscape/Portrait) forcefully for one screen. For that, I used IsGestureEnabled property. That property is not working on iOS 16 or above versions. CODE: protected ...
0 votes
1 answer
391 views
Buildozer - Orientation Portrait setting not working
I am a Python Kivy learner. As part of learning, 2 months back i successfully build a calculator app through google collab. The app was working perfectly. Now when i build the same app, it builds ...
1 vote
0 answers
138 views
How to implement a solution to change the orientation to landscape and vice versa
I'm from RN background and pretty new to Objective-C/Swift. Though it is RN project, but there are lot of implementation written by previous engineers in Objective-C/Swift. This particular ...
1 vote
1 answer
678 views
IOS16 portrait rotate issue
Hi I wanna fix the bug which occur in IOS16 for rotation screen I refer to this article, but it's still not working.... BTW we used the Object-c instead of Swift Reference UIWindowScene *...
17 votes
6 answers
21k views
iOS 16 Scene orientation issue
I always received this error when I tried to allowed only portrait orientation on my controller: Error Domain=UISceneErrorDomain Code=101 "None of the requested orientations are supported by the ...
0 votes
0 answers
92 views
Android approach to handling landscape mode when portrait mode uses ViewPager2/TabLayout?
I am currently working on an app that I have completed portrait views of everything. This is my first app where I want to have robust orientation support. So, I'm going through the process of refining ...
0 votes
0 answers
197 views
Prevent specific widget's rotation in Flutter
Is it possible to prevent a specific widget from rotating? I'm making an app that switches a portrait screen mode to a landscape screen mode when I turn my device. But The QR scanner package I use has ...