question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

iOS always showing loader

See original GitHub issue

The issue is that iOS without user interaction only preloads video metadata (readyState = 1 HAVE_METADATA) and Spinner is showed on the video until user clicks on it. Only after that video begins loading reaching readyState = HAVE_ENOUGH_DATA and starts to play.

I think that has a sense to add iOS check and set in Video.js if it’s iOS: loading: this.videoEl.readyState < this.videoEl.HAVE_METADATA

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:4
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
mderrickcommented, Feb 24, 2017

I’ve been busy release v2 so apologies for neglecting this. The problem with #75 is that this will happen on desktop devices too. I want to avoid any device detection where possible so need to evaluate the impact if I do change that for all devices. I will tackle this ASAP.

0reactions
mderrickcommented, Mar 29, 2017

It’s still on my todo list and I’m not sure the PR tackles the issue fully.

Read more comments on GitHub >

github_iconTop Results From Across the Web

8 Ways To Fix The iPhone's Always Loading (Spinning Wheel ...
8 Ways To Fix The iPhone's Always Loading (Spinning Wheel) Internet Connectivity Indicator · 1. Check Recent Apps: · 2. Close All Apps:...
Read more >
Spinning icon in home screen - Apple Support Communities
This "spinning icon" is the loading icon that indicates that your iPhone is attempting to exchange data with either servers or other ......
Read more >
iPhone Stuck on Black Screen with Loading Circle? 4+ Ways ...
An iPhone can also get stuck at a black screen with a loading circle if it's close to running out of storage. Go...
Read more >
Why Does My iPhone Keep Loading?
Data connectivity issues may cause the iPhone to continuously load. Ensure that you have a strong signal and a stable data connection. The...
Read more >
How to Fix iPhone Stuck on Loading Circle or Spinning Wheel
iPhone stuck on loading circle or in black screen with spinning wheel may happen when you reboot your device, update software, or reset...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found