Search…

X3 Photo Gallery Support Forums

Search…
 
sopax
Experienced
Topic Author
Posts: 40
Joined: 20 Feb 2009, 09:19

Popup on iPad problem

29 Apr 2017, 04:17

In Gallery/Content I have added some popup links, which work fine on my computer, However when I open the links on my iPad, I cannot scroll down on the linkpage (but can faintly see the images scrolling behind the linkpage). http://sopax.dk/X3/galleries/korea87/
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Popup on iPad problem

29 Apr 2017, 05:34

The X3 lightbox/popup is specifically engineered for images. It works for basic web pages also, but it will not work properly for full websites from mobile devices, because of restrictions in touch/scroll. As explained in the popup examples page:
Warning! Be cautious about using the popup for full websites. Some websites refuse to load inside an iframe because of restrictions, and you will have huge issues with scroll- and interface on touch-mobile devices. We recommend using the data-popup-ignore-mobile attribute if you are loading full website links that require scroll (see details in advanced section).
If the link is a full website and you need it to work flawlessly from ALL devices, you will need to use a native browser popup window:
Code
<a href="https://flamepix.com" data-popup-window>Flamepix.com in Popup</a>
It is not as elegant as the X3 popup, but it is meant to work. The browser popup window is documented on the same page, at the bottom:
https://demo.photo.gallery/examples/plugins/popup/
 
sopax
Experienced
Topic Author
Posts: 40
Joined: 20 Feb 2009, 09:19

Re: Popup on iPad problem

29 Apr 2017, 05:50

Right, works fine.