Can you set the HTML5 footer to the bottom of the screen on smartphones?

I have one problem with footers in web apps for smartphones (we use HTML5 and CSS3).

I want the footer to snap below. But on mobile devices (iPhone, Android, and BlackBerry), the footer does not appear at the bottom. It will scroll along with the rest of the page when I translate it. Is there a way so that I can fix it to the bottom?

Thanks Ashish

+3
source share
3 answers

Unfortunately, fixedbrowser support for mobile web whales is very small.
You may have to use some kind of hack to put something below.

+5
source

, . sticky-footer? Android-, .

0

The fixed position of chrome is one of the main reasons people use the framework, for example, our own Sencha Touch. It was not easy to make it work in mobile browsers.

0
source

Source: https://habr.com/ru/post/1795985/


All Articles