diff options
author | Yigit Akcay <yigit.akcay@qt.io> | 2023-03-27 16:32:42 +0200 |
---|---|---|
committer | Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> | 2023-04-04 14:49:32 +0000 |
commit | 7c280452dee4efc3367d85721680f888d37f46fc (patch) | |
tree | 13df5484a799447e8bd2d29546d5b9c17672f067 /src | |
parent | b443b7632afbde6be4657359e60d95b33d1093cf (diff) | |
download | qtwebengine-7c280452dee4efc3367d85721680f888d37f46fc.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.
Change-Id: Id36a4726a182178c5a15fce039e464fd6bb7517e
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
(cherry picked from commit c3b2393e7a532a18d4971a878740b2a9b5830028)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/core/doc/src/qtwebengine-features.qdoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/doc/src/qtwebengine-features.qdoc b/src/core/doc/src/qtwebengine-features.qdoc index 9242c257f..3d6d0fea8 100644 --- a/src/core/doc/src/qtwebengine-features.qdoc +++ b/src/core/doc/src/qtwebengine-features.qdoc @@ -298,6 +298,12 @@ tested by using \l{WebEngine Widgets Maps Example}{Maps} and allowing it to find the current position of the user. + \note On Windows 11, enable settings to grant the maps example 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}. + See \l{Qt Positioning} for a possible backend setup like the GPS or IP based positioning. Support for this feature was added in Qt 5.5.0. |