Lê Xuân Dũ

Results 2 comments of Lê Xuân Dũ

My solution like that. Hope it works for you: Refer detecting browser name: https://stackoverflow.com/a/26358856 Refer document active: https://dev.to/eraywebdev/how-to-check-if-a-tab-is-active-in-react-1o0l ``` const browserName = useDetectingBrowser(); const isDocumentActive = useDocumentActive(); const [pagePdfKey, changePagePdfKey]...