arieanneke
Posts: 10
Joined: Wed Dec 28, 2011 1:37 pm

HTML popup on a iPad

Hello,

I have a problem with a HTML popup on a iPad.

http://www.wijhoudenvanvoetbal.nl/rangl ... league=655

I have no fixed height but when you look on a iPad in landscape you can see that only 4 of the 5 records were shown in the pop-up.

I have read about the mobile.js so I'm using that piece of javascript also.

But how can I make it work that all of the 5 records were shown?

I read also that there isn't a scrollbar possible on a iPad but is it possible to let the pop-up being 'scrollable' so the 5th record can also be seen?

Kind regards,

Arie
seba
Posts: 4415
Joined: Tue Jul 31, 2012 2:26 pm

Re: HTML popup on a iPad

Sebastian Bochan
Highcharts Developer
arieanneke
Posts: 10
Joined: Wed Dec 28, 2011 1:37 pm

Re: HTML popup on a iPad

I have added the last two lines in the javascript:

Code: Select all

<script type="text/javascript">
    hs.graphicsDir = 'http://www.wijhoudenvanvoetbal.nl/scripts/highslide/graphics/';
    hs.outlineType = 'rounded-white';
    hs.wrapperClassName = 'draggable-header';
    hs.preserveContent = false;
    hs.showCredits = false;
    hs.allowHeightReduction = true;
    hs.height = true;
</script>
After setting this values the pop-up is still not working to scroll the pop-up in stead of the page.

Any other suggestions?

Kind regards,

Arie
MisterNeutron
Posts: 440
Joined: Sun Aug 18, 2013 11:20 am

Re: HTML popup on a iPad

The hs.height attribute takes an integer value, not a boolean true/false.
arieanneke
Posts: 10
Joined: Wed Dec 28, 2011 1:37 pm

Re: HTML popup on a iPad

Ok, tnx! I set hs.height to 500 and to 'auto' but still it goed wrong.

When I open a highslide by clicking on a username I get the highslide and the dark background of the website. When I scroll I scroll through the website in stead of the highslide so not all the records are viewable on an iPad.

Is there another solution?

Kind regards,

Arie
seba
Posts: 4415
Joined: Tue Jul 31, 2012 2:26 pm

Re: HTML popup on a iPad

In general it is a problem with reposinve version of highslide, so Im afraid that is not possibel.
Sebastian Bochan
Highcharts Developer
arieanneke
Posts: 10
Joined: Wed Dec 28, 2011 1:37 pm

Re: HTML popup on a iPad

I don't understand what it has to do with responsive design ........ :?:

I have a highslide popup that has bigger dimensions than the dimensions of the screen (iPad) and want to scroll IN this highslide in stead of srolling the underlaying page.

On a PC everything goed allright, because a PC gives a scrollbar if not everyrhing fits in the dimension of the highslide.

I understand that the iPad doesn't give a scrollbar but is it possible to scroll IN the highslide n stead of the underlaying page?

Kind regards,

Arie
seba
Posts: 4415
Joined: Tue Jul 31, 2012 2:26 pm

Re: HTML popup on a iPad

I have passed this topic to second line of support, so someone will contact with you as soon as possible.
Sebastian Bochan
Highcharts Developer
arieanneke
Posts: 10
Joined: Wed Dec 28, 2011 1:37 pm

Re: HTML popup on a iPad

Tnx!

Return to “Highslide JS Usage”