quasarframework/quasar-template-default

Default template make app lag badly on firefox mobile

Opened this issue · 2 comments

Software version

Quasar: 0.6.4
OS: ArchLinux
Node: 9.2.0
NPM: 5.6.0
Browsers:
iOS:
Android: Firefox Mobile (latest nightly as of 2017-12-06 and 57.0.1)
Any other software related to your bug:

What did you get as the error?

Trying to load the default project on Firefox mobile

What were you expecting?

Fast loading and working app, as in every other browser (Safari on Ipad, Default android web browser, Firefox desktop, Chromium desktop all work normally)

What steps did you take, to get the error?

Just a simple quasar init default, quasar build then pushed that on a (fast) server

How did I solved the issue

Removing the script that orients and move the logo in the back make everything works perfectly again. So I guess there is something wrong with it on Firefox mobile. I did run the firefox webIDE to connect to my phone, there is no error nor any warning in the console.

https://github.com/quasarframework/quasar-template-default/blob/master/template/src/components/Hello.vue#L176-L179

removing that part solve the issue (but the moving part doesn't work anymore).

Hi,

Thank you for reporting and also investigating and pointing out where the fault is!
Will fix it.

Regards,
Razvan