You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Note:** Support for the `widgets` manifest member and associated JavaScript APIs, documented below, is experimental and depends on Microsoft Windows functionality that's not widely available yet.
16
-
17
13
Various operating systems have widgets dashboards that let users read content and perform tasks. Examples of this include Android Home Screen widgets, macOS Dashboard and Today Panel widgets, the Apple Touch Bar, Samsung Daily Cards, Mini App widgets, and smart watch app companions.
18
14
19
15
On Windows 11, widgets appear in the widgets board which you open from the left corner of your taskbar:
@@ -23,36 +19,6 @@ On Windows 11, widgets appear in the widgets board which you open from the left
23
19
In Windows 11, Progressive Web Apps (PWAs) can define widgets, update them, and handle user interactions within them.
1. In the **Search flags** text box, type **Web App widgets**, and then in the **Web App widgets** dropdown menu, select **Enabled**:
40
-
41
-

42
-
43
-
1. In the **Search flags** text box, this time type **Experimental Web Platform Features**, and then in the **Experimental Web Platform Features** dropdown menu, select **Enabled**:
44
-
45
-

46
-
47
-
1. Click the **Restart** button, which appears in the lower right.
48
-
49
-
#### Enable widgets for your users
50
-
51
-
To enable widget support in Microsoft Edge for users of your production PWA, enroll your site in the [Web App Widgets](https://developer.microsoft.com/microsoft-edge/origin-trials/web-app-widgets/registration/) origin trial.
52
-
53
-
To learn more about origin trials, see [Enroll your site in an origin trial](./origin-trials.md#enroll-your-site-in-an-origin-trial) in _Experimental features and origin trials_.
@@ -413,7 +379,6 @@ async function updateWidget(widget) {
413
379
414
380
PWAmp is a music player PWA demo application that defines a widget. The PWAmp widget lets users visualize the current song and play the previous or next songs.
415
381
416
-
1. Follow the instructions in [enable widgets in Microsoft Edge](#enable-widgets-in-microsoft-edge).
417
382
1. Go to [PWAmp](https://microsoftedge.github.io/Demos/pwamp/) and install the app on Windows 11.
418
383
1. Open the Windows 11 widgets board by pressing **Ctrl+W**.
419
384
1. Click **Add widgets** to open the **widgets settings** screen, scroll to the **PWAmp mini player** widget and add it.
0 commit comments