• Resolved t4tsu

    (@t4tsu)


    Hi,

    when the bottom bar of mobile browsers is shown, the popup has the correct position on the bottom of the page.

    However, when the bottom bar of the browser is hidden, the popup does not move to the bottom of the page. It stays at the same position as if the bottom bar of the browser would still be there.

    Is there a way to fix this behavior?

    Thanks 🙂

    Jan

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Daniel Iser

    (@danieliser)

    @t4tsu – Based on how mobile browsers typically work in these cases you would likely need to use CSS to override the bottom position & top positions.

    Essentially our JS currently positions from the top, there is an option to auto resize but it should be on by default under the Display -> Advanced tab.

    You might need to try something like top: auto!important; bottom: 20px!important; on the container element.

    Hope that helps. If your issue is resolved please take a moment to rate and review the plugin or support.

    If you still need help please message us directly at https://wppopupmaker.com/support/.

    Plugin Author Daniel Iser

    (@danieliser)

    I forgot to mention, this shouldn’t occur, the only reason it generally does is that the browser is not triggering a “resize” event when the bar goes away which would force our popup to reposition. Not sure if there is a way to fake that honestly, other than changing to real bottom positioning.

    Thread Starter t4tsu

    (@t4tsu)

    Hi Daniel,

    the solution with the css on the container worked 🙂

    Thanks!

    Jan

    Plugin Author Daniel Iser

    (@danieliser)

    @t4tsu – Awesome! Happy I could help you out. Btw, If you have a moment, I would very much appreciate if you could quickly rate the plugin, just to help us spread the word.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Bottom positioning of popup & mobile browser bottom bar’ is closed to new replies.