iOS Safari jumps to the top of the page when form elements inside fixed positioned divs receive input.
Continue reading “iOS Safari Fix for Form Elements Inside Position Fixed Divs Receiving Input”
Short tutorials and links about front-end coding
iOS Safari jumps to the top of the page when form elements inside fixed positioned divs receive input.
Continue reading “iOS Safari Fix for Form Elements Inside Position Fixed Divs Receiving Input”
This link teaches all the CSS fundamentals that you should know when dealing with CSS layouts.
It is the most comprehensive tutorial on this topic containing short descriptions, code examples and further links for display, box-sizing, position, float, clear, CSS3 column, flex-box and media queries.
Detailed slideshow about GitHubs CSS performance. With examples of low performance CSS selectors and tips on how to remove unnecessary HTML tags to reduce HTML DOM matches. Includes also slides about teamwork and layout performance monitoring tools.
Even though leaner CSS is always good for performance and maintenance this article focuses mainly on pages with heavy HTML DOM.
Another approach to fix some behaviors of position fixed elements on iOS devices.
I wrote a new post about iOS Safari jumps to the top of the page when form elements inside fixed positioned divs receive input.
Continue reading “iOS fix for position fixed elements on input focus (virtual keyboard visible)”