Forum Discussion
TheShaunSaw
Aug 23, 2020Silver Contributor
What happened to back button and refresh button on YouTube PWA
I today installed YouTube PWA from the Microsoft Edge Canary channel and what I saw is the back and refresh buttons on the left of titlebar are missing. I only saw it on the YouTube PWA. Has anyone e...
- Aug 24, 2020
TheShaunSaw thanks for the feedback on this. It's actually by design at present. The YouTube manifest includes the displaymode property for "standalone" which the w3c spec indicates should not have an address bar nor other UI components, though browsers MAY include a "status bar" and a "back button". The displaymode that includes refresh and back is called "minimal-ui". I'm not sure why youtube opted for standalone.
I'll do some follow up with that, as well as possibly reconsider our design and start including the back button if nothing else...
-John
johnjansen
Microsoft
Aug 24, 2020TheShaunSaw thanks for the feedback on this. It's actually by design at present. The YouTube manifest includes the displaymode property for "standalone" which the w3c spec indicates should not have an address bar nor other UI components, though browsers MAY include a "status bar" and a "back button". The displaymode that includes refresh and back is called "minimal-ui". I'm not sure why youtube opted for standalone.
I'll do some follow up with that, as well as possibly reconsider our design and start including the back button if nothing else...
-John
- Rohit YadavApr 19, 2021Bronze ContributorDare you speak that! Do you know how senior he is in the team? He is working on the browser and clearly knows a lot better than you.
Everyone seeing this comment, please report the above comment to the mods. - GryphouSep 14, 2020Copper Contributor
johnjansenAny news about this problem?
I also have a few other sites that have the same behavior:
Could you fix this problem quickly?
Thank you in advance.
I look forward to hearing from you.
- johnjansenSep 14, 2020
Microsoft
Gryphou thanks for asking. As I mention, this is by design. The sites themselves indicate they want to have the "standalone" appearance, which means no back or refresh button. What they should do is change their manifest so that the browser will include those buttons.
-John