Gustavo Galvão

Results 4 comments of Gustavo Galvão

I have the same problem, but I try to set the tizen after 5 seconds and it doesn't work for me! Where do you add this code?

Could you give me an example?

Should I put this code in a useEffect? And in the ./src/app/index.web.js file?

no, it doesn't work this is my code, the load event is not executed: ``` useEffect(() => { window.addEventListener('load', (event) => { console.log('page is fully loaded, use tizen object here');...