Closed Bug 975262 Opened 11 years ago Closed 7 years ago

Video player does not switch to LAYOUT_MODE.fullScreenPlayer in APC 8950 board

Categories

(Firefox OS Graveyard :: Gaia::Video, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: nguyenthanh.trung, Unassigned)

Details

User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.114 Safari/537.36 Steps to reproduce: - Using APC 8950 board with FFOS v1.03.01. - Inserted an SD card with some ogv or webm videos. - Open Video application - In the thumbnail list: select one video. Actual results: No video, but we can still hear the audio. Expected results: Video should be displayed & played
So, I need to fix this, and by checking the video player code, I found out that the reason is in the function thumbnailClickHandler(js/video.js), at the callback which show the video ========================= var fullscreen = pendingPick || isPhone || isPortrait; showPlayer(videodata, !pendingPick, fullscreen, pendingPick); ========================= I'm using APC 8950 board, so isPhone = false, isPortrait = false. and fullscreen is always false. => Video is not shown. When I set fullscreen is true, the video is shown & played normally. May be the fullscreen condition should be changed? What about tablet - I do not have any kind of FFOS tablet, so I have no idea about the result.
Firefox OS is not being worked on
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.