Hi, I just need some advise. After the page is rendered, i need to process something not disturbing the UI thread. Looks like Web Worker is the right way to do it, but seems it doesn’t have access to the DOM and couldn’t find a way in Ionic 2.
This is something we’re investigating currently, but we don’t have an easy answer for this. I’d suggest holding off on trying to do this until we have a better understanding of how this will work for ionic
Hi! @mhartington Any news on the web workers yet? I have a lot of front end processing in my ionic 2 app which is about to go into production, and the performance gets a litle choppy during that time, Would like to know if any dope is available on web workers. Thanks in advance