I want to devlop a cross platoform app, I am good at vuejs so wanted something in that lines.
-
My app uses location and network a lot. Is this the right framework? Will I get enough support?
-
Hey and welcome to our forum!
For cross platform apps Quasar provides two paths: you could use the Cordova/Electron wrapper to build for mobile/desktop, or you could use the PWA template to build a progressive web app. Both of them have their pro and contras.
With Cordova you have access to all the native plugins Cordova provides, where with a PWA you have to rely on the HTML5 APIs.
Location and network are no problems with either of the two solutions. Location is accessible vianavigator.geolocation
and for network requests, you could use thefetch
API, or an AJAX library like axios.Currently. there is no commercial support available, but we are quite active on this forum and also on Gitter, and most of the time you will get a response really quick.
If you have any other questions that help you to choose Quasar, feel free to ask.