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 can't get quasar play app to work on my phone. :(

    Quasar Play App
    6
    5
    3763
    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.
    • M
      mapsi last edited by Shone

      Hello all,

      To start with I’m a total n00b and I have spent a fair few hours of troubleshooting and googling, so I thought it’s time to ask the experts.

      I’ve been stuck with getting Cordova barcode to work on my app.
      So I thought, I will checkout the Quasar Play app and build it and see how this work and then copy it to my app. To my surprise though, the Quasar App (current master & dev) don’t work for me! That is when you “Play Url” -> Bottom right FAB -> “Phone Icon”.

      The steps I took were to checkout the project run yarn in the root folder, then yarn in the /cordova folder.
      Then back to the project root to run quasar dev --play.

      I’m on the latest stable NodeJS and latest stable Quasar-CLI.

      My phone if this matters is a OP3 running Android 8.0.0.

      Many thanks in advance,
      Angel

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

        Try using the new beta:

        // make sure you have node 8.0 +
        npm install -g quasar-cli@next
        quasar init <project-folder>
        cd <project-folder>
        quasar dev --mode cordova --target android --theme mat
        
        1 Reply Last reply Reply Quote 0
        • S
          suzaanroshan last edited by

          I also have this problem. I’m listening to the iPhone 6

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

            @mapsi Can you describe you problem with getting barcode scanner to work?
            Have you tried this plugin?
            https://github.com/phonegap/phonegap-plugin-barcodescanner

            S 1 Reply Last reply Reply Quote 0
            • S
              sungirl @Shone last edited by

              @shone Thank you for sharing😍
              I used it

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