How to prevent fixed-position object scaling on iPhone (and other mobile devices)

I have a webpage with a menu docked at the bottom of the page. When you zoom in on the page using your iPhone (and, presumably, other mobile devices), the menu also scales, but remains fixed at the bottom of the screen, causing it to eat up the entire screen real estate. Is there a way to keep this menu in a fixed size regardless of scale?

+5
source share
1 answer

I think this may solve your problem: http://davidwalsh.name/zoom-mobile-browsers

0
source

All Articles