App freezes on mobile devices
[issue link]- Node.js Version: 6.x
- OS: Ubuntu
- Scope (install, code, runtime, meta, other?): runtime
I’ve created an eCommerce solution with Nuxt (Vue framework) and by that, a nodejs app. The app runs on desktop, but as soon as I try to enter the site from a mobile device the app loads, but then when clicking a link, the whole app freezes, and if you wait long enough, the whole browser freezes, and you have to close the browser app and open it again.
I know it’s kind of hard to help debugging without any code or examples, but I have no idea of what I should post as code, as it’s only happening on mobile devices.
Have anyone tried this, or maybe have an idea why it’s only freezing on mobile devices?
I did the same thread here: https://github.com/nodejs/help/issues/1143 but as @nigelhanlon states, I might need to start an issue here at Nuxt, since this is really where the issue could be, but I am not sure.
I hope some of you can help.