Page MenuHomePhabricator

Playing a video on iOS when using desktop site does not allow pausing the video or see the control bar
Closed, ResolvedPublic

Description

Steps to reproduce

Actual results

  • When you click play there is no way to pause or see the control bar.

Expected results

  • there should be he ability to view the control bar and press pause or play on mobile.

I think this is also to do with ogv since I doint think you can play webm videos on iOS.

Related Objects

StatusSubtypeAssignedTask
ResolvedTheDJ
Resolved brooke
Resolved brooke
ResolvedTheDJ
Resolved brooke
Resolved brooke
ResolvedTheDJ
ResolvedTheDJ
ResolvedTheDJ
ResolvedJdforrester-WMF
Resolved brooke
Resolved brooke
ResolvedTheDJ
Resolved brooke
ResolvedTheDJ
ResolvedTheDJ
InvalidNone
Resolvedovasileva
ResolvedLadsgroup
ResolvedQuiddity
ResolvedFeature brooke
ResolvedBUG REPORTTheDJ
ResolvedKrinkle

Event Timeline

Paladox raised the priority of this task from to Needs Triage.
Paladox updated the task description. (Show Details)
Paladox added a project: Kaltura player.
Paladox moved this task to Backlog on the Kaltura player board.
Paladox subscribed.
Aklapper renamed this task from Fix playing on mobile when using desktop site to Playing a video on iOS when using desktop site does not allow pausing the video or see the control bar.Dec 10 2015, 1:37 PM
Aklapper set Security to None.

It's not expected to work... The Kaltura player is not prepared for touch interaction (instead delegating to 'native controls', which the ogv.js player does not provide), and the mobile website has never supported the web player to begin with and instead simply opens files T98491, T62565. regardless of if your browser supports them or not.

Note this is specific to iPhone -- the control bar displays just fine under iOS 9.2 on my iPad Air. This is because the Kaltura player code has lots of hacks in it to check for iPhone specifically and disables various things because it assumes use of the native *fullscreen* iPhone video player and does various hacks for that.

As we are going with VideoJS now, should we close this?

TheDJ claimed this task.

Fixed with new VideoJS rolled out