I will definitely attempt to get in touch with them.
The Microsoft Bing team is in direct contact with the Microsoft Edge team?
Of course! We are constantly working together.
I received a response about an hour ago. It sounds like theyâre looking into it. I wouldst be surprised if they eventually do put it on the to-do list.
There arenât any rounded corners thoughâŚ
Youâve also come across the Windows 11 leak? I wasnât able to grab the .iso file until today, but I digress.
@Jordi, we know your secrets about Windows 11! Just look at all of the PWA improvements!
Progressive Web Apps are mentioned in this article.
Oh: âWeâre enabling developers and independent software vendors (ISVs) to bring their apps regardless of whether theyâre built as a Win32, Progressive Web App (PWA), or Universal Windows App (UWP) or any other app framework, creating an opportunity to reach and engage with more people,â
That sets a nice precedent! Who will be first to register their forum on the Microsoft Store?!
Maybe I spoke too soonâŚ
Why not Discourse Meta first?
Hereâs the Discourse Meta PWA as an MSIX package for anybody who happens to be interested. Following this guide, I used PWABuilder to create it.
Discourse Meta.zip (2.9 MB)
Is PWA available for Discourse for Teams?
Yes, same PWA support that core has.
Is there still no way to turn off PWA on a site? We really dislike it, at least for the type of site we have. (A tech support site. Something most people will want to visit occasionally via a link from somewhere else. Not something anyone wants to install as an app. They already install our actual app, which has links to the support site within it.)
Itâs confusing (and annoying) to nag our users to install an application for a website, especially when the âapplicationâ is just another icon for the same site in the same web browser, only with a limited UI (who does that help?). If they want a shortcut they could drag one to the desktop themselves.
If other people like PWAs then great. Iâm not saying the feature should not exist for people who want it. But it really should be optional.
Did you try hiding the PWA install banner? In Discourse itâs as simple as
div.pwa-install-banner {
display: none;
}