• eyreseyy

    (@eyreseyy)


    Hi all,

    Weird one.. this form works well on pc but on mobile I get so far and it stops. Need it to scroll the whole way down on mobile without any issues. Can anyone advise? Code below!

    <iframe style=”height: 2500px; width: 100%; border: none;” src=”link to page” frameborder=”0″><span data-mce-type=”bookmark” style=”display: inline-block; position:absolute; width: 0px; overflow: hidden; line-height: 0;” class=”mce_SELRES_start”></span></iframe>

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Topher

    (@topher1kenobe)

    For me on Android Chrome there are no scrolling issues.

    Thread Starter eyreseyy

    (@eyreseyy)

    On iPhone it doesn’t scroll well. Are you able to advise on how I can fix? Thanks

    Adding scrolling=”yes” in the iframe style may work. I also had the same issue and it worked for me.
    <iframe style=”height: 2500px; width: 100%; border: none;” src=”link to page” scrolling="yes" frameborder=”0″><span data-mce-type=”bookmark” style=”display: inline-block; position:absolute; width: 0px; overflow: hidden; line-height: 0;” class=”mce_SELRES_start”></span></iframe> You can also use an iframe generator tool to add options such as border, scrollbar etc. to your iframe.
    I hope this helps!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Issue with mobile scrolling’ is closed to new replies.