![OnPauseWebGL](https://assetstorev1-prd-cdn.unity3d.com/key-image/1bf0221f-4906-4a6a-94c9-784dc4f0a9fd.jpg)
Detect when your webgl app was paused!The OnApplicationPause method does not work on webgl. Hence, this plugin was made to detect when a webgl app has been paused. This can be useful if you want to show a “paused” screen if the web app pauses, and then when the user comes back he can unpause the app(or unpause automatically), for example.If you like my plugin, please consider leaving a review. It helps me immensely and encourages me to improve the plugin further, and other people to support my work :).You can detect if the web app paused because you switched tabs and/orYou can detect if the web app paused because it lost focus for any reason.