Web features explorer

User activation

Newly available since 2023-11-21
Tags: api Groups: Security

The navigator.userActivation API reveals whether the user has interacted with the page through an "activation" gesture such as a click, tap, or key press. User activation gated APIs (such as the fullscreen API) fail without user interaction, and this API allows you to predict such a failure. To learn more, see Navigator: userActivation property at MDN.

Compatibility