Mobile toolbar hides button

Hi all, @Waldo @PixelGeek @cyberdave ?

I’m building my new site. In a very early stage :smile:

I want to use a link button at the bottom of my sections. how can I push this button up when on mobile the built-in OS bottom toolbar is in view, and push it down when it hides?

Example: http://www.speedcomfort.com

thx!


Here is my public share link:
https://preview.webflow.com/preview/reclamers-nieuw?preview=485a23235a7f992f735f5897eef3421c

and live:
http://reclamers-nieuw.webflow.io

Hi @TomLamers, this probably is going to need a little custom code or css, but this could be a good starting point to start checking up on the issue, it looks very similar to what you are trying to do:

http://stackoverflow.com/questions/5409601/how-to-resolve-positionfixed-for-a-bottom-toolbar-on-ios-iphone-ipad

Let me know if I am misunderstanding what you are trying to accomplish :wink:

Hi @cyberdave

Thx for your help! I may have solved this by making this button pos. fixed instead of relative or absolute; the downside of this is that it isn’t tied to the section anymore so I need to rethink the design before trying some coding solution (want to steer away from that as much as possible!).

greets
Tom

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.