Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

[[ Bug 22949 ]] Mention 'the screenrect' behavior on iOS Zoomed mode #7560

Open
wants to merge 3 commits into
base: develop-9.6
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/dictionary/function/screenRect.lcdoc
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,14 @@ the screen. (Android and iOS only)
> values will depend on the user's local configuration. In particular,
> they can take both positive and negative values.

>*Note:* On iOS, if the setting "Display Zoom" is checked
>(Settings -> Display and Brightness and then scroll down and in the "Display Zoom" section --> "Zoomed")
>then "the screenrect" reports incorrect results. It usually reports the screenrect of the "previous" (smaller) device, so if "Zoomed" >is checked:
>
>- the screenrect in an iPhone6+/7+/8+ reports the screenrect of iPhone6/7/8
>- the screenrect of an iPhone6 reports the screenrect of iPhone5 etc


References: export snapshot (command), function (control structure),
screenType (function), screenLoc (function), return (glossary),
integer (glossary), fullscreen (property)
Expand Down
1 change: 1 addition & 0 deletions docs/notes/bugfix-22949.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Mention the behavior of 'the screenrect' on iOS if "Display Zoom" is checked