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

    debugging quasar app in cordova

    Framework
    2
    4
    2760
    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.
    • P
      Primadi last edited by Primadi

      how to debug quasar app in cordova ?

      1 Reply Last reply Reply Quote 0
      • rstoenescu
        rstoenescu Admin last edited by rstoenescu

        Read the Cordova Wrapper page from top to bottom. http://quasar-framework.org/guide/cordova-wrapper.html
        This is what interests you: http://quasar-framework.org/guide/cordova-wrapper.html#Remote-Debugging

        Unless you use Cordova plugins, you can use Quasar Play to run your app on your mobile without even installing it: http://quasar-framework.org/guide/quasar-play-app.html

        P 1 Reply Last reply Reply Quote 0
        • P
          Primadi @rstoenescu last edited by

          @rstoenescu thanks… cordova getting source code from dist folder, and dist folder is optimize for production.

          Can i build quasar for debugging purpose, so i can debug cordova app.

          1 Reply Last reply Reply Quote 0
          • rstoenescu
            rstoenescu Admin last edited by

            Temporarily change <content src="index.html" /> to <content src="URL_TO_YOUR_MACHINE:PORT" />. Close app, run quasar dev then open your app. You’ll get hot module reload on dev code 😉

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