summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorYigit Akcay <yigit.akcay@qt.io>2023-03-27 16:32:42 +0200
committerYigit Akcay <yigit.akcay@qt.io>2023-04-03 10:30:42 +0000
commitc3b2393e7a532a18d4971a878740b2a9b5830028 (patch)
treeeaf24f3d2e651cbebeed5bc8beb5530e50970cda /examples
parentc87f97e566599563ecaf5cbaf4f75f3fb8f4655d (diff)
downloadqtwebengine-c3b2393e7a532a18d4971a878740b2a9b5830028.tar.gz
Add Windows 11 related note for Geolocation settings
There are 3 OS settings under Windows 11 that need to be enabled for the HTML5 Geolocation in QtWebEngine to work properly. This isn't very straightforward to a user, therefore this patch adds a note to the documentation. Pick-to: 6.5 Change-Id: Id36a4726a182178c5a15fce039e464fd6bb7517e Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/webenginewidgets/maps/doc/src/maps.qdoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/webenginewidgets/maps/doc/src/maps.qdoc b/examples/webenginewidgets/maps/doc/src/maps.qdoc
index 547572750..ad727e165 100644
--- a/examples/webenginewidgets/maps/doc/src/maps.qdoc
+++ b/examples/webenginewidgets/maps/doc/src/maps.qdoc
@@ -22,6 +22,12 @@
geolocation requests are denied by default. This example demonstrates the
steps an application must take in order to start accepting these requests.
+ \note On Windows 11, enable settings to grant the application access to
+ Windows location services. In the Settings App under
+ \uicontrol {Privacy & Security} > \uicontrol {Location}, enable \uicontrol
+ {Location services}, \uicontrol {Let apps access your location} and \uicontrol
+ {Let desktop apps access your location}.
+
\include examples-run.qdocinc
\section1 The Code