May 19 2020 10:48 AM
Hello Insiders! Today we’re releasing build 84.0.516.1 to the Dev channel. In community news, we’ve got another AMA coming up! It’s happening Thursday over on Reddit, see https://twitter.com/MSEdgeDev/status/1261029217132830720 for all the details. We’ve also got a discussion going around all the different ways you get back to websites you’ve been to before right here: https://techcommunity.microsoft.com/t5/discussions/discussion-getting-back-to-websites-important-to-.... Finally, we’ve got a preview of everything we’re going to talk about at Build 2020! Whether you’re a web developer, an IT manager, or a student, we’ve got something for you: https://blogs.windows.com/msedgedev/2020/05/19/microsoft-edge-news-developers-build-2020/. In product news:
Added features:
Improved reliability:
Changed behavior:
Known issues:
We hope you’ll tune into Build, and we’re also looking forward to hearing from you at our AMA. Everything we’re talking about has been shaped by you, and we’re looking forward to hearing how we can improve even more!
May 19 2020 12:02 PM
Will the casting work for DLNA Devices(Home TVs, projectors) or only ChromeCast devices? Any plans in case it is not supported?
May 19 2020 12:50 PM
@josh_bodner -- still no fix for the squished tabs??
May 19 2020 12:54 PM
Well, he did say
"Added UI to help enable media casting if users attempt to use it while it’s disabled. Note that casting is currently only supported via ChromeCast devices. "
I just want to know where this is located?
"Added a Website Permissions Settings page for when a website wants to access serial ports. "
Dennis5mile
May 19 2020 01:52 PM
Still '...you can temporarily turn it off by disabling the edge://flags/#edge-experimental-scrolling flag' so I still won't consider using Edge as my browser - not until the option of having regular scrolling behaviour rather than 'personality' becomes permanent. And as I keep saying the wobble effect is on EVERY site with a page long enough for vertical scrolling NOT 'some'. But in any case I won't accept the 'Edge Legacy' style scrolling with or without the added side-to-side wobble.
Enormously disappointed casting is only supported with chromecast. I have three devices potentially to cast to - one Roku stick, one Fire stick and one smart TV. All of them support DLNA, none chromecast. Given Windows itself does DLNA casting, the fact you, part of Microsoft, are supporting the GOOGLE casting system and not the more general DLNA is very poor.
May 19 2020 06:37 PM
May 19 2020 10:59 PM - edited May 20 2020 02:04 AM
I see the certificate window is different . . . I don't see how to make one the default. That would be excellent if I could select one of the 3 certificates I see every time I log in as a default for several work websites I use.
Thanks
May 20 2020 01:55 AM
Hi @Dennis5mile
the serial port feature is located in the settings page inside "Site permissions": edge://settings/content/serialPorts
Neon01
May 20 2020 03:35 AM
I read the Microsoft Edge at build 2020 blog and liked many features and one of them is sidebar, Sidebar searches your word or phrase with bing search in a bar that appears on the right meaning a user doesn't have to quit the workflow. Sidebar can be opened by right-clicking a selected word or phrase and clicking "Seach in sidebar for ...". I am suggesting here that can we also have a feature where we double-click a word, that word is searched in sidebar, this would make steps easier to search a word in the sidebar.
May 20 2020 06:30 AM
@josh_bodner Has there been any movement of support for HEVC/H265 videos on the Windows build?
May 20 2020 11:24 AM
@Chris Childerhose no, but we're tracking a fix for the squished tabs that's coming from upstream Chromium that looks like it will be in Canary soon.
May 20 2020 11:47 AM
@sprite-1 no, this issue will likely take some time to get right. The problem isn't with PWAs, it's actually with sites installed as apps that aren't true PWAs. PWAs know what pages are and aren't within their scope, so navigation to other pages within that scope are fine. Other sites installed as apps don't have any way of knowing that, so any navigation causes the behavior you see. We're trying to figure out the best way to tackle this issue, but it will likely be a while.
May 20 2020 11:54 AM
@Klb123 HEVC videos are already supported, but there's a little work you need to do first. Specifically, you need to install the HEVC app from the Windows Store: https://www.microsoft.com/en-us/p/hevc-video-extensions/9nmzlz57r3t7. That adds support for H265 to the entire device.
May 20 2020 12:56 PM
May 20 2020 01:42 PM
@josh_bodner Then what was wrong with letting sites installed as apps be dependent on the domain the way it originally worked? Since the site itself is installed as an app, it would make sense to consider all of that domain's pages as part of te "app" then?
May 20 2020 06:57 PM
@Klb123 Hmm, is it a specific site you're having problems playing HEVC videos on, or just in general? For example, can you get both videos on this page to play, in particular the top one? https://h265.webmfiles.org/embed-h265-video.php. If not, besides checking the normal things like making sure any extensions you have installed or any Tracking Prevention settings aren't interfering with the video, you might also want to make sure the edge://flags/#edge-playready-drm-win10 flag isn't disabled and hardware acceleration is enabled in settings.
May 20 2020 07:17 PM
@sprite-1 in some cases it would, but it gets tricky really fast. Google Docs, for example, share the same subdomain (docs.google.com), but each type of file (sheet, slide, etc.) should arguably have their own application since Google considers them three separate applications in their waffle menu. After all, does it really make sense to have a shortcut to a Sheets application, but then open a Slide with it?
Or, going the other way, Facebook has a bunch of games you can play (I still play Angry Birds, for example). Those games live on their own subdomain though (apps.facebook.com). If I have a shortcut to the main Facebook app, then I also expect that clicking a link to a game keeps me in the app since since it's just another link to a Facebook page, and any other link to a Facebook page like somebody's timeline or a message keeps me in the app. A rule like "all that domain's pages" doesn't allow for that.
The obvious fix to this is to have some list of exceptions to any rule, but creating such a list isn't a trivial task, and is very expensive to maintain. The right answer ultimately may end up just being to wait for the website developer in question to make a real PWA, since they can ship those exact rules as part of the PWA package and have it "just work" across all browsers (that support PWAs).
May 20 2020 07:34 PM - edited May 20 2020 07:34 PM
@josh_bodner wrote:@sprite-1 in some cases it would, but it gets tricky really fast. Google Docs, for example, share the same subdomain (docs.google.com), but each type of file (sheet, slide, etc.) should arguably have their own application since Google considers them three separate applications in their waffle menu. After all, does it really make sense to have a shortcut to a Sheets application, but then open a Slide with it?
I would like to posit that this is more an issue with Google / sites in question and not exactly something that Microsoft should try to solve. The standards are there for them to follow and if they don't then they can't exactly expect browser vendors to bend over backwards for it. (With some exception where it starts affecting performance like what they do with YouTube)
Or, going the other way, Facebook has a bunch of games you can play (I still play Angry Birds, for example). Those games live on their own subdomain though (apps.facebook.com). If I have a shortcut to the main Facebook app, then I also expect that clicking a link to a game keeps me in the app since since it's just another link to a Facebook page, and any other link to a Facebook page like somebody's timeline or a message keeps me in the app. A rule like "all that domain's pages" doesn't allow for that.
In the case of Facebook, it would make sense to show the black bar up top when you navigate to apps.facebook.com in this case, and the person wouldn't be leaving the app anyway, they would just be seeing the black bar up top.
The way it was originally implemented made it so that the warning feature has the least amount of clashes with regular sites installed as PWA. Now, it feels like it has a hair-trigger .
But if you're steadfast in this direction though, the least I could request is that you add an option to let users specify on their own what should be part of the "app" via a settings entry of some sort.
E.g. for Discord, that would be:
*.discord.com/channels/*
(Wild cards as *)
So you get to keep the behavior that you prefer while still allowing choice for power users. You don't need to maintain a list of exceptions this way and power users can set things up themselves.
May 20 2020 10:20 PM - edited May 20 2020 10:52 PM
@josh_bodner It cannot play the top one, it loads the seek bar with the correct time, but does not play and just shows a white box. Tracking prevention turned off, turned off all extensions, hardware acceleration enabled, and PlayReady flag enabled.
The top one works fine in legacy Edge and also on Edge for Android. I just tried Edge Canary and it was actually fine (no flags changed from default). It's just the current Dev build it will not play on.