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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Page Visibility API for Defold (HTML5)
2
2
3
-
This extension for [the Defold game engine](https://defold.com/) provides a way to detect when the page is visible or hidden.
3
+
This extension for [the Defold game engine](https://defold.com/) provides a way to detect when the page is visible or hidden using [Page Visibility API](https://developer.mozilla.org/en-US/docs/Web/API/Page_Visibility_API).
4
4
5
5
Typically, this is used in HTML5 games to detect page visibility and pause/resume audio and other systems when the page is hidden.
0 commit comments