Skip to main content
-1 votes
2 answers
123 views

I have an asset that has to be statically sized based on viewport height. The problem is that for some mobile browsers when the navigation bar hides, the asset changes size, because the height of the ...
Brandi's user avatar
  • 1
0 votes
0 answers
129 views

I have a FileMaker file, which uses a web-viewer as a Rich Text Editor. I also have a 'Slide Control' which slides a layout object in from one side. When this happens, I run a Function in the RTE ...
GSymon's user avatar
  • 25
-1 votes
1 answer
99 views

I have 1500 divs (nothing should be displayed into them) and I would like based on the size of the viewport size to build a grid that best fill in the viewport. Divs should fill the rows up to the end ...
Vlad's user avatar
  • 225
11 votes
0 answers
4k views

I have been struggling with an issue in Safari from iOS 26. Whenever I dismiss the keyboard and scroll a little bit, the viewports's top is 24px above the upper visible screen edge. I found a similar ...
figus's user avatar
  • 485
56 votes
10 answers
43k views

In Safari on iOS 26, when the page is scrolled down and the address bar shrinks at the bottom, the viewport appears to get displaced vertically, which in turn shifts the position of elements with ...
Casey Brennan's user avatar
1 vote
0 answers
54 views

I wrote a function (a bit of vibe coding too) that exports the users current canvas as an image. Reference Images User’s View: Please ignore the toolbar in the user’s view image that is not a part of ...
Ammad's user avatar
  • 36
-2 votes
1 answer
36 views

i was trying to create a <noscript> that would fill the entire screen with the text centered on the middle, and i am using display: table-cell; to do so. i set the height and width to 100vh and ...
alexi zb's user avatar
0 votes
1 answer
120 views

I'm using Framer Motion with React and trying to animate an <h1> element sliding into view from the left, inside a div that has overflow-hidden. My goal is to make the text look like it's "...
KruNNzA's user avatar
  • 13
1 vote
1 answer
247 views

I'm working with a React/Next.js 15 project using Framer Motion to animate text components. I've created a custom <TextAnimate /> component that mimics the behavior of Magic UI's text animations ...
Sofiane R's user avatar
  • 132
2 votes
0 answers
84 views

I am trying to detect paper edges with a camera using my opencv c++ plugin in unity. The plugin I wrote detects the corner pixel coordinates seamlessly, I tested it all over, so that should not be the ...
hozhun's user avatar
  • 21
0 votes
0 answers
66 views

I have an app on 100dvh, fixed header at the top, fixed footer at the bottom, in the middle everything that is left with overflow-auto. The problem on iOS is that when I put the cursor on the input, ...
Oksan4ik1's user avatar
1 vote
1 answer
194 views

I've been doing some testing with print CSS, and getting wildly different results in different browsers. Considering the example below, Safari prints "This viewport is more than 1200px" ...
Lennart Schoors's user avatar
0 votes
0 answers
40 views

The goal is to avoid zooming and pinching. I'm using NextJS 14.2.5. I tried the viewport object, generateViewport, and also the Head component. The docs say it: The viewport object and ...
Seto's user avatar
  • 1,742
0 votes
0 answers
83 views

I'm facing an issue with Next.js 14 where my layout breaks on laptops and other devices that have Windows display scaling enabled by default. Some UI elements get misaligned, and the overall layout ...
Jason Leavers's user avatar
1 vote
0 answers
97 views

I'm using a separate CDK virtual scroll viewport for the header and need to keep it synchronized with the main row viewport. Currently, I'm using the elementScrolled event of the row viewport to track ...
Ashley Colaco's user avatar

15 30 50 per page
1
2 3 4 5
190