Skip to content

Still not working on iOS #24

@DanieleSuppo73

Description

@DanieleSuppo73

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions