I have designed a responsive site which has three buttons which I need to be present all the time. The logical place to put them is fixed to the bottom of the viewport. This works fine with position:fixed - but, when i click the buttons, they don't activate - instead, they are pushed up and the lower part of the webkit UI (save to home, bookmark etc) is revealed.
Also, when i scroll, and the same UI elements appear and disappear, my buttons temporarily stay floating above the footer, before jumping down after a second or so - which isn't pretty!
Is there a better way to fix buttons to the footer to allow them to be clickable?
Thanks Andy