Cordova best practices to do light forms with q-input
-
Hy everyone! I would like know wich best practices to make a light form in quasar. My form has a lot of q-input and when I build app with cordova, the page become heavy and scrool become slow. My alternative was always use the native input from HTML, but anyone know a different way to do a form more light using quasar components?
Tks a lot!
-
Number of ways you can speed up Vue.
I would try this one first:
https://quasar.dev/vue-components/virtual-scroll#Introduction -
Tks dude! I will read this part of doc to learn more.