-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels