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

Local video-playback not working in Firefox on Android #118

Open
Dustie opened this issue Aug 23, 2018 · 2 comments
Open

Local video-playback not working in Firefox on Android #118

Dustie opened this issue Aug 23, 2018 · 2 comments

Comments

@Dustie
Copy link

Dustie commented Aug 23, 2018

Issue description:

No video playback in Firefox for Android. Video works in all browsers in Windows 10 and in Chrome and Samsung Browser on Android.

Version used:

Newest served from jarallax@unpkg (https://unpkg.com/jarallax@1.10/dist/jarallax.min.js)

Code to reproduce the issue (HTML blocks + JavaScript initialization)

"Live" here: [Dead link removed] with the following code:

<!doctype html>
<html lang="da-dk">
	<head>
		<meta charset="utf-8">
	</head>
<body>
<!-- Background YouTube Parallax -->
<div style="height:100px;" class="jarallax" data-jarallax-video="https://www.youtube.com/watch?v=ab0TSkLe-E0">
    YOUTUBE
</div>

<!-- Background Vimeo Parallax -->
<div style="height:100px;" class="jarallax" data-jarallax-video="https://vimeo.com/110138539">
    VIMEO
</div>
<!-- Background Local Video Parallax -->
<div style="height:100px;" class="jarallax" data-jarallax-video="mp4:https://cdn.denlilleguldsmedje.dk/video/video.mp4,webm:https://cdn.denlilleguldsmedje.dk/video/video.webm,ogv:https://cdn.denlilleguldsmedje.dk/video/video.ogv">
    SELF HOST
</div>
<script src="https://unpkg.com/jarallax@1.10/dist/jarallax.min.js"></script>
<script src="https://unpkg.com/jarallax@1.10/dist/jarallax-video.min.js"></script>
</body>
</html>
@nk-o
Copy link
Owner

nk-o commented Sep 11, 2018

I'm not sure I will try to fix this for mobile Firefox browser since it is not popular at all. But feel free to make PR if you have a solution.

@aetheragent
Copy link

I am also experiencing this issue in Firefox for Android

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

No branches or pull requests

3 participants