-
Notifications
You must be signed in to change notification settings - Fork 22
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
Still not working on iOS #24
Comments
Hi @DanieleSuppo73, can you confirm if this demo: |
Yes, your demo is working.
I give you a couple of links on Vimeo to test: HLS: Many thanks! |
cool thanks! I'll try to fix HLS playback and check for these higher resolution issues this weekend |
I forgot to mention that I'm running iOS10 on iPhone6s, and iOS13 on iPhone7. |
Hello thiagopnts |
Hey @DanieleSuppo73 I havent looked yet, I'll be stuck between airports for hours this week, so I'll have time soon |
Ahahah! Don't worry, take your time. Sometimes to be stuck in airport is not so bad if you can relax |
Hello thiagopnts, could you give a look? |
Hello,
you wrote that with 0.0.7 version your plugin should work on iOS , but I still can't make it work (not with Safari, not with Chrome): the video does not show up (but I can hear the audio)
P.s. Double tapping on the (black) screen it show the video fullscreen, but not 360.
I'm using npm package, as you suggested
<script type="text/javascript" charset="utf-8" src="node_modules/clappr/dist/clappr.min.js"> </script> <script type="text/javascript" charset="utf-8" src="node_modules/clappr-video360/dist/clappr-video360.min.js"> </script>var player = new Clappr.Player({
source:'https://player.vimeo.com/external/356158599.m3u8s=4cc2e833252c2f761dad31c7a825828d68146a78',
plugins: {container: [Video360],},
width: "100%",
height: "100%",
parentId: '#player',
});
It work fine on PC and Android, not on iOS + Safari / Chrome
You can check my test here:
http://issimissimo.com/_temp/ClapprTest/
Tested on iOS 10 - 13
The text was updated successfully, but these errors were encountered: