You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an document is swiped in the viewer, it is still visible in the window, but it also shouldn't be considered fully visible. For example, it would be good to pause videos.
The viewer will still send hidden to mean that the doc is completely hidden to the user.
The text was updated successfully, but these errors were encountered:
Implements a “standardized” visibility API with control from the viewer
and browser document.
- Allows the Viewer to send the `paused` state when the users swipes
between AMP docs. (closesampproject#1655, ampproject#1538)
- Adds the `prerender` visibility state when the AMP document has not
been shown yet.
- Adds the `inactive` visibility state when the AMP document is not
active.
- Changes the `hidden` visibility to mean the AMP doc is active but the
browser tab is not visible.
When an document is swiped in the viewer, it is still visible in the window, but it also shouldn't be considered fully visible. For example, it would be good to pause videos.
The viewer will still send hidden to mean that the doc is completely hidden to the user.
The text was updated successfully, but these errors were encountered: