diff --git a/apidoc/Titanium/App/App.yml b/apidoc/Titanium/App/App.yml index 94fc3cc3756..1cb0f8c7827 100644 --- a/apidoc/Titanium/App/App.yml +++ b/apidoc/Titanium/App/App.yml @@ -543,7 +543,7 @@ properties: - name: idleTimerDisabled summary: Determines whether the screen is locked when the device is idle. - description: Set to `true` to disable the timer. + description: Set to `true` to disable the timer. For Android look at [Titanium.UI.View.keepScreenOn](Titanium.UI.View.keepScreenOn). type: Boolean platforms: [iphone, ipad, macos] diff --git a/apidoc/Titanium/UI/View.yml b/apidoc/Titanium/UI/View.yml index 97de55498c9..5b3e5114cae 100644 --- a/apidoc/Titanium/UI/View.yml +++ b/apidoc/Titanium/UI/View.yml @@ -2042,6 +2042,7 @@ properties: description: | When `true` the screen will not power down. Note: enabling this feature will use more power, thereby adversely affecting run time when on battery. + For iOS look at [Titanium.App.idleTimerDisabled](Titanium.App.idleTimerDisabled). type: Boolean default: false platforms: [android]