Skip to content

Kaltura player functionality overriden in ios ? #4124

@udithv

Description

@udithv

My use case consists of playing the kaltura player as soon as it is loaded.

// Kaltura config

...
'readyCallback' : function( playerId ){
            var kdp = document.getElementById( playerId ); 
 
            
            if(playNow) {
                kdp.kBind('mediaReady', function () {
                    kdp.sendNotification('doPlay');
                });
            }

        },
...

The following works in all operating system and respective browsers like chrome, firefox etc...

But when I use an IOS system the video doesn't play on load instead the video is shown in paused state.

While using in iphone. Kaltura player is overriden by apple's default player..
Is there an way to fix this ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions