Skip to content

Commit 95e1626

Browse files
authored
Update popup-viewer README (#671)
Remove outdated note about PopupViewer only supporting WPF
1 parent a9cb4f4 commit 95e1626

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/popup-viewer.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ Displays information from simple [popups](https://pro.arcgis.com/en/pro-app/late
1010
- Supports charts, media, attachments.
1111
- Supports basic display of fields and values in non-HTML-based popups.
1212

13-
> **Important**: Support for charts, multimedia, and attachments is currently only available for WPF.
14-
1513
## Usage
1614

1715
PopupViewer displays popup information using an underlying [`PopupManager`](https://developers.arcgis.com/net/api-reference/api/netwin/Esri.ArcGISRuntime/Esri.ArcGISRuntime.Mapping.Popups.PopupManager.html).
@@ -60,4 +58,4 @@ To present a `PopupManager` in a `PopupViewer`:
6058

6159
```cs
6260
popupViewer.PopupManager = popupManager;
63-
```
61+
```

0 commit comments

Comments
 (0)