css - iPhone & iPad position: fixed bottom problem -
If you scroll down, you will find a login button below the footer. If you click it, the login appears at the bottom of the screen.
I did this with a negative standing opposite the lower part of the page. It works fine in every browser, like mobile devices like iPads and iPhones
Screenshots on iPhone:
Does anyone know a job for this?
This is because the iOS browser uses a viewport that swirls around the window It means that the fixed position in relation to the window is fixed, but by checking the viewport current viewport status, you will need to use javascript status.
Comments
Post a Comment