trmyers
Posts: 1
Joined: Sun Feb 01, 2015 11:41 pm

Missing Scrollbars on IPAD Safari

The bottom of the page is getting cut off and I get no scroll bars. This only happens with IPAD Safari. When using my laptop or any other computer and browser, it renders OK.. I see the entire page and/or I get scroll bars. I've got a test page set up at https://dev1.myts3.com/testpopup.asp . Any idea how to get around this problem?
User avatar
RoadRash
Posts: 8249
Joined: Tue Jul 15, 2008 6:43 pm
Location: Fredrikstad, Norway
Contact: Website

Re: Missing Scrollbars on IPAD Safari

The Safari mobile browser wont show scrollbar inside an iframe, so you can't set fixed height for the iframe popup. You need to set allowHeightReduction to false for mobile browsers to allow the popup to show all the content.

Please see this jsFiddle: http://jsfiddle.net/roadrash/3233baha/
Note that the height variable is removed in the onclick event.
Hilde
Highslide Support Team

Overview of my Highslide sample pages: RoadRash.no

Return to “Highslide JS Usage”