Skip to main content
Participating Frequently
May 15, 2024
Question

Detect document out of focus

  • May 15, 2024
  • 1 reply
  • 502 views

I would like to run a JavaScript code right before the document goes out of focus (Acrobat Reader minimized, viewed another document in another tab, etc.) Is this possible to do?

This topic has been closed for replies.

1 reply

Bernd Alheit
Community Expert
Community Expert
May 15, 2024

No

Participating Frequently
May 15, 2024

I want to alert my users with "Are you still there?" alert but I find `app.alert` to be too disruptive since it will restore the Acrobat Reader window even though it is minimized. Is there a less disruptive version of `app.alert` that I can use?

try67
Community Expert
Community Expert
May 15, 2024

No