Linked Questions
11 questions linked to/from Safari in ios8 is scrolling screen when fixed elements get focus
592 votes
24 answers
629k views
Detect if device is iOS
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 ...
62 votes
8 answers
112k views
CSS3 property webkit-overflow-scrolling:touch ERROR
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 ...
57 votes
11 answers
76k views
How do I stop my fixed navigation from moving like this when the virtual keyboard opens in Mobile Safari?
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 ...
9 votes
3 answers
14k views
fixed position div freezes on page (iPad)
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) ...
19 votes
4 answers
26k views
iOS Safari: Prevent (or Control) Scroll on Input Focus
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 ...
8 votes
2 answers
8k views
How to stop mobile safari from setting fixed positions to absolute on input focus?
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 ...
3 votes
1 answer
7k views
iOS Safari css position fixed when textarea is focused
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 ...
0 votes
1 answer
3k views
How to disable auto scroll in safari ios when switching between inputs?
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 ...
1 vote
1 answer
3k views
iOS keyboard adds extra padding to html on input focus
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 ...
2 votes
1 answer
569 views
if bootstrap4 modals located low on the page, when tap on input field inside the modal, it scrolls to the bottom (chrome android)
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 ...
7 votes
0 answers
1k views
iOS Safari scrolls down when interacting with video.js player
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 ...