112 questions
Advice
0
votes
2
replies
58
views
How to lock orientation in the age of adaptive layouts?
I sat down for the first time in a while to work on a personal project - a simple edge-to-edge 'touch to draw' app. I planned to lock the orientation to landscape only to prevent refreshes on rotation....
0
votes
0
answers
77
views
Application always rotates on devices with sw600 or larger
We are developing a landscape-only game app with the following setting:
<android:appCategory="game">.
After updating the app’s targetSdkVersion from 35 to 36, the screen started ...
2
votes
1
answer
39
views
Flutter restricting adaptive text sizes
The Flutter project I've been tasked to work on contains a class with multiple text styles defined like this:
class AppTextStyle {
static var largeDates = TextStyle(
fontFamily: appFontFamily,...
0
votes
0
answers
12
views
Can I make a adaptive/responsive gallery that will adapt every image's vertical position acording to the height of the image above
I am making a photography portfolio, but most images have a different size (some vertical, some horizontal, and some with weird aspect ratios) Could I make it so the image automatically adapt to the ...
1
vote
3
answers
64
views
How to split a solid block into parts on smaller screens
I wracked my brain trying to move 'heading-to-remove-on-small-screens' after the paragraph on smaller screens:
<div class="container">
<h3 class="heading">
I ...
0
votes
0
answers
176
views
Displaying the SupportingPaneScaffold Extra Pane replaces Supporting Pane instead of the Supporting Pane replacing the Main Pane
I'm working with the SupportingPaneScaffold and don't have the desired behaviour when displaying the Extra Pane for an expanded width screen.
The behaviour I experience will replace the Supporting ...
0
votes
1
answer
56
views
How can I use an appBar icon to open and close a ListView?
I am trying to create an app with a UI similar to Simplenote's. In the screenshot below, when the screenwidth > some value, the UI displays a ListView on the left and TextField on the right.:
If ...
1
vote
0
answers
55
views
secondaryBody SlotLayout "Cannot emit new states after calling close"
I am creating an app that has small and mediumAndUp displays
I want a List-Detail structure that behaves like this
in small :
Display list of items
when tap on an item push a new screen to show the ...
3
votes
1
answer
2k
views
How to implement nested navigation in a Two Pane layout in Jetpack Compose?
I'm developing an app with a Settings-like screen using Jetpack Compose, that adapts to different screen sizes. The app incorporates a NavGraph which has a top-level screen containing a LazyColumn. ...
0
votes
1
answer
230
views
How to achieve this kind of navigation in flutter?
I want you guys' insight on how this kind of navigation can be achieved in Flutter. How can we put navigation bar on the left side of the screen? How this can be done in a cleanest way?
Source: https:...
0
votes
1
answer
709
views
How to make the video background the white or transparent and change the header color?
Softly speaking, I'm not strong in JS.
When we first time scroll a mouse, the video lightens up (opacity?) and the header text changes from white to black. Could you show how to implement this? I'll ...
0
votes
0
answers
136
views
how to make the UI look the same in all diffrent phones
I have an app that has a UI displays a question answer some letter buttons and stuff .
the problem is that this UI looks diffrent in every diffrent phone for exemple:
UI in the Redmi 8 phone
Redmi 8
...
0
votes
1
answer
670
views
How to create adaptive frames that work with all iOS screen sizes?
I have created a frame that works well with iPhone 13 Pro max. However, the placement is not correct for devices with smaller screens. How can I edit my code, so it adjusts when on a device with a ...
0
votes
1
answer
114
views
How to REALLY support different Phone sizes in flutter?
I read tons of tutorials and seen lots of video but basically none of them solved my problem, so the question as the title. My doubt is this: if I develop a Flutter app I debug using my iPhone, and I ...
1
vote
1
answer
30
views
All elements of the page move after changing the size of the window
I am new to coding, my code moves when I change the size of the browser window (divs and pictures start moving up and down and as a result my web page can only be correctly visible in one window size.
...