Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cycle2 on ios13 devices - very basic question #844

Open
thegoud opened this issue Oct 30, 2019 · 1 comment
Open

cycle2 on ios13 devices - very basic question #844

thegoud opened this issue Oct 30, 2019 · 1 comment

Comments

@thegoud
Copy link

thegoud commented Oct 30, 2019

Greetings,
Please excuse my ignorance, I'm sure I'm missing something very obvious here with my first time using cycle2...

I'd like to incorporate a cycle2 slideshow into my dreamweaver-created website - things are quite easily functional on firefox/chrome/iexplore on a PC, but on Safari with ios13 devices, the slide show appears as just a stack of static images. I boiled the code down to the simplest fragment, below. Can anyone tell me what I'm missing?

http://www.markgoudy.com/cycle2_basic_test.html

@thegoud
Copy link
Author

thegoud commented Oct 30, 2019

Solved!
I discovered the issue is actually the difference between http and https, which I didn't clue into before:
Once I added the SSL versions of the cycle2 scripts, it works now:

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> <script src="https://cdn.rawgit.com/malsup/cycle2/master/build/jquery.cycle2.min.js"></script>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant