Gallery not working on iOS devices

Created on 20 August 2022, about 2 years ago
Updated 17 July 2024, 4 months ago

Problem/Motivation

Clicking on Image gallery says "Page not found found" but only on iOS devices!

Steps to reproduce

Access URL page here: https://dev.acoreano.pt/node/10 , click on the imgae gallery, if on Android, no issues, on iOS gives error "Page not found found".

Standard Drupal 9 install fully updated.

🐛 Bug report
Status

Closed: cannot reproduce

Component

Code

Created by

🇵🇹Portugal joaomachado

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • 🇦🇷Argentina neschi

    I have been able to replicate and fix this issue in my local environment and on my iOS device.

    The problem was that, following the instructions from both the module's page ( https://www.drupal.org/project/juicebox ) and the documentation ( https://www.drupal.org/node/2000300 ) I, mistakenly, only copied the classic directory and juicebox.js into /libraries/juicebox, but not full.html.

    Adding that missing file (full.html) made it work. My libraries folder now looks like the following:

    |-- libraries
    |   |-- juicebox
    |   |   |-- classic
    |   |   |   |-- fonts
    |   |   |   |-- img
    |   |   |   |-- theme.css
    |   |   |-- full.html
    |   |   |-- juicebox.js
    
Production build 0.71.5 2024