No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    I want to devlop a cross platoform app, I am good at vuejs so wanted something in that lines.

    Framework
    2
    2
    897
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J
      jagadeshanh last edited by

      My app uses location and network a lot. Is this the right framework? Will I get enough support?

      1 Reply Last reply Reply Quote 0
      • a47ae
        a47ae last edited by

        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 via navigator.geolocation and for network requests, you could use the fetch 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. 😊

        1 Reply Last reply Reply Quote 0
        • First post
          Last post