Linked Questions

592 votes
24 answers
629k views

I'm wondering if it's possible to detect whether a browser is running on iOS, similar to how you can feature detect with Modernizr (although this is obviously device detection rather than feature ...
SparrwHawk's user avatar
  • 14.2k
62 votes
8 answers
112k views

iOS 5 released web designers a new property -webkit-overflow-scrolling:touch that uses the iOS devices hardware accelerator to provide native scrolling for a scrollable div. When implemented on our ...
Walrus's user avatar
  • 20.6k
57 votes
11 answers
76k views

I understand that mobile safari has a lot of bugs around fixed elements, but for the most part I've managed to get my layout working correctly until I added a much needed text input to the fixed ...
Eric's user avatar
  • 2,044
9 votes
3 answers
14k views

I have an asp.net web site I am building to be supported on ipad. When I focus on an input element and the keyboard pops up, the position fixed header div(which normally scrolls along with the page) ...
jas's user avatar
  • 537
19 votes
4 answers
26k views

There are a lot of old questions sort of (but not quite) about this, but as I couldn't find anything modern, I thought I'd ask again with the hope of receiving a modern answer. I am working on a ...
Josh Hattersley's user avatar
8 votes
2 answers
8k views

Disclaimer - I understand there exists questions around fixed elements in safari, and fixed elements weren't supported, but now are and so forth. However I can't find a question that addresses this ...
Chris's user avatar
  • 58.9k
3 votes
1 answer
7k views

I have a simple html page long enough that the user requires to scroll the page. I want at the bottom of the page to have a div with postion:fixed and inside him a textarea. When a user clicks on the ...
Doua Beri's user avatar
  • 11k
0 votes
1 answer
3k views

When changing focus between inputs , scroll occurs How can I prevent this scrolling on focus? Actually, having tried all the methods that I could find: Preventing an <input> element from ...
Иван Васильевич's user avatar
1 vote
1 answer
3k views

iOS seems to be adding extra padding to HTML element when input is focus, even if the entire page says, don't overflow,don't add padding, just don't do anything, iOS is like F**K you! This is when ...
BardZH's user avatar
  • 452
2 votes
1 answer
569 views

Please have a look at this issue. I have full one-page simple html code to reproduce it. There are two modals - one on top, and one lower on the page. Input fields inside the modals. If you tap on ...
Alik Fomin's user avatar
7 votes
0 answers
1k views

Safari on iOS (10.3) jumping (scrolls down) when closing video.js player popup menu by clicking on menu button the second time. How to reproduce: https://codepen.io/mkhazov/full/PjBJvb/. Open this ...
Misha Light's user avatar
  • 6,646