Closed Bug 885227 Opened 11 years ago Closed 11 years ago

[YouTube] Back button not present for YouTube application

Categories

(Tech Evangelism Graveyard :: Preinstalled B2G Apps, defect)

ARM
Gonk (Firefox OS)
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: leo.bugzilla.gaia, Assigned: fzzzy)

References

Details

(Whiteboard: [3rd Party] [apps watch list1])

Attachments

(2 files)

STR: 1. Open YouTube Application. 2. Select a video and detailed view of video will be opened Expected: Back button should be present on the view for the user to navigate between the views. Actual: There is no back button and the user feels stranded.
Please add your view.
Flags: needinfo?(jsmith)
Whiteboard: [3rd Party]
Are you talking about the viewing a YouTube video in the Gaia video app? Can include a screenshot? That will tell me immediately how you are viewing the video.
Flags: needinfo?(jsmith)
The view was launched when i selected a video from my home page. Now the problem how to navigate back to the previous page.
Flags: needinfo?(jsmith)
I'm going to guess this is in reference to the current Gaia Video implementation with YouTube videos, unless you are using a custom HTML 5 URL for YouTube videos. The current Gaia video implementation should have a back button. You should see it if you click the video while viewing it in the upper left hand corner. If it's not there, then this is a regression.
Component: Preinstalled B2G Apps → Gaia::Video
Flags: needinfo?(jsmith)
Product: Tech Evangelism → Boot2Gecko
Version: Trunk → unspecified
Oh wait, disregard my comment 4. This is regards to going to the detailed video page and trying to navigate back. That's a TE issue, although that's an issue on all browsers, not just FF OS.
Component: Gaia::Video → Mobile
Product: Boot2Gecko → Tech Evangelism
However, I'm going to WONTFIX this because this applies to all platforms and a not a new TE issue specific to Firefox OS. The expectation in the YouTube app is to do navigation through the menu and searching that is already present in the UI.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
I agree with your comments, but in case of browser we have the back button present which enables to navigate back from any pages. This will work even for B2G browser. In case of this application aren't we missing that. What do you think?
Flags: needinfo?(jsmith)
The back button is not present for accuweather application also.
(In reply to Leo from comment #7) > I agree with your comments, but in case of browser we have the back button > present which enables to navigate back from any pages. This will work even > for B2G browser. In case of this application aren't we missing that. > > What do you think? That's a fair statement. I just wonder if this is going to be a tough sell to YouTube to change something that isn't a gecko-specific issue - it's a feature request on their mobile site. I can reopen to track under the TE bug, but I'll have to see if YouTube willing to fix this.
Blocks: b2g-youtube
Status: RESOLVED → REOPENED
Component: Mobile → Preinstalled B2G Apps
Flags: needinfo?(jsmith)
Resolution: WONTFIX → ---
Assignee: nobody → dpreston
Whiteboard: [3rd Party] → [3rd Party] [apps watch list]
Donovan, please update this bug after you talk with YouTube (again) about this request).
any update on this?
Flags: needinfo?(jsmith)
(In reply to Leo from comment #11) > any update on this? Donovan is driving the communication on this, so I'm redirecting the needinfo request to him.
Flags: needinfo?(jsmith) → needinfo?(dpreston)
YT is unwilling to add the back button to their app. Is there any way we can get the platform to provide the back button, like everything.me provides to apps, perhaps if some special flag is present in the manifest file?
Flags: needinfo?(dpreston)
Whiteboard: [3rd Party] [apps watch list] → [3rd Party] [apps watch list1]
It's a one line patch to add a manifest attribute which enables the navigation ui. The name of the attribute is up for discussion. The patch is so simple I'll just paste it here: --- a/apps/system/js/window_manager.js +++ b/apps/system/js/window_manager.js @@ -949,7 +949,7 @@ var WindowManager = (function() { // frames are began unloaded. iframe.dataset.unloaded = true; - if (!manifestURL) { + if (!manifestURL || manifest.showNavigationUI) { frame.setAttribute('data-wrapper', 'true'); return frame; }
Depends on: 895826
895826 is fixed, YouTube has the correct key in their manifest file, and I verified that the navigation bar shows up and is available on the phone. Fixed.
Status: REOPENED → RESOLVED
Closed: 11 years ago11 years ago
Resolution: --- → FIXED
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: