Skip to content

Commit de6c40b

Browse files
[All hosts] (Device Permission) Clarify which clients support access to geolocation (#5236)
* Clarify geolocation support * Apply suggestion from review Co-authored-by: Alex Jerabek <[email protected]> --------- Co-authored-by: Alex Jerabek <[email protected]>
1 parent a795678 commit de6c40b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/develop/dialog-best-practices.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Best practices and rules for the Office Dialog API
33
description: Provides rules, limitations, and best practices for the Office Dialog API, such as best practices for a single-page application (SPA).
4-
ms.date: 02/25/2025
4+
ms.date: 06/17/2025
55
ms.topic: best-practice
66
ms.localizationpriority: medium
77
---
@@ -66,6 +66,7 @@ When your add-in calls [Office.context.devicePermission.requestPermissions](/jav
6666
>
6767
> - Add-ins that run in Office desktop clients or in browsers not based on Chromium automatically show a dialog requesting for a user's permission. The developer doesn't need to implement the device permission API on these platforms.
6868
> - Add-ins that run in Safari are blocked from accessing a user's device capabilities. The device permission API isn't supported in Safari.
69+
> - Access to a user's geolocation is only supported in **Outlook on the web** and new **Outlook on Windows**.
6970
7071
### Don't use the \_host\_info value
7172

0 commit comments

Comments
 (0)