599 questions
0
votes
0
answers
37
views
CSS: 1 parent + 2 children. Is it possible to have the image grow wider than its sibling only when it is in the landscape aspect ratio?
I am trying to make a dynamic image/sibling size, with flex-wrap, where by the image can be of varying aspect ratios. The issue is wide images. The behaviour I am seeking is as follows:
<div class=&...
0
votes
0
answers
79
views
Video plays automatically when the device orientation is changed to landscape
The flutterflow version in use is 4.1.52
The page is a mix of buttons and youtube player widgets
The page works as expected in portrait mode. But when the device is changed to landscape mode, the last ...
-1
votes
1
answer
122
views
how to fit bootstrap 5 carousel portrait and landscape image
I'm trying to fit the second image which is a portrait image in the carousel, but the gallery div gets overflown and cut off if the viewport width is full screen. The image should be centered and fit ...
2
votes
1
answer
1k
views
How to make scrollable Tabrow fill max width in landscape mode in Jetpack Compose?
When changing screen orientation to landscape mode, the Scrollable Tabrow only occupies half of the screen, as in this image. I want to make it fill max width of the screen.
As of the following code, ...
0
votes
2
answers
243
views
black line on landscape mode (Android Studio app)
(Android Studio app)
What should I do if in horizontal mode a black bar appears near the front camera? (The same thing happened in vertical mode, but after EdgeToEdge.enable(this); in vertical mode ...
0
votes
2
answers
76
views
Ipad Orientation landscape mode is not working
I'm trying to implent the Ipad Landscape mode but the device orientation is not being detected.
We have made all the necessary changes in info.plist file.Still we are not able to get the windowWidth ...
0
votes
0
answers
20
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 ...
0
votes
1
answer
31
views
My app doesn't detect layout-land folder with horizontal orientation screen
I have created a layout-land folder where I have saved the designs of my specific layouts for the landscape version.... The problem is that when I install the application on my phone, when I rotate ...
2
votes
1
answer
513
views
How to Change Orienation of FireTV/FireStick for Digital Signage
I'm attempting to build a digital signage app, it is almost done. The thing I'm having trouble with right now is changing the orientation of the Activity.
So, when I call the requestedOrientation = ...
0
votes
1
answer
621
views
Importance of wrapping SwiftUI View in GeometryReader for landscape orientation
After years of development using UIKit I decided to get my hands on SwiftUI. And I found one very odd thing, that cost me at least 6 hours of hair pulling.
Objective: I have an application that works ...
0
votes
2
answers
77
views
How to use landscape and portrait layout?
I have an activity and several fragments(they are called fragmentA and fragmentB).
Now fragmentA need to have both portrait and landscape layout. fragmentB have to keep portrait. The activity shows ...
0
votes
0
answers
87
views
Navigation bar issue with landscape mode
I am applying the landscape mode to only one view controller. In that view controller, I am using the collections view. Everything is working fine in portrait mode. In landscape, mode data shows ...
1
vote
2
answers
879
views
Show different images based on page orientation in .NET MAUI
I am just trying to find out if is there a way to define different image sources based on page orientation in XAML.
Like:
<Image>
<Orientation is landscape>
<Image.Source = &...
1
vote
0
answers
284
views
Landscape mode not activated in iOS 16
I have an app that needs to run in portrait mode only on phones. I have the following in AppDelegate:
func application(_ application: UIApplication, supportedInterfaceOrientationsFor window: UIWindow?)...
0
votes
0
answers
84
views
How to show phone's portrait layout in tablet irrespective of it's orientation WITH ViewBinding WITHOUT locking orientation?
I have a fragment called ErrorFragment.
I have different layout files to be shown on phone for portrait (error_fragment_portrait_content.xml) and landscape(error_fragment_portrait_content.xml) mode.
...