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
    1. Home
    2. moringaman
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 2
    • Best 0
    • Groups 0

    moringaman

    @moringaman

    0
    Reputation
    394
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    moringaman Follow

    Latest posts made by moringaman

    • RE: [Discussion] Begginers project guide

      I have come from web to mobile app development without any real knowledge of cordova, nativescript or mobile deployment workflows as I would imagine have most people who are using quasar for mobile app development using Vuejs.

      I might be wrong but I do not envisage that many people from an ionic, react native or even swift background would use quasar and it’s for this reason that I think most would be coming from a similar discipline to that which I came from.

      That said these are the things that I have ben struggling with thus far, after circa 2 weeks.

      • Prerequisite knowledge

      • Remote debugging for devices iOS

      • “Development” certificate and a matching “Development” mobile provisioning file (what is this and how do you create one?)

      • Xcode? what role if, any does this play in development/pre-deployment

      • Deploying your app using Phonegap Build (https://build.phonegap.com) How to?

      This is all knowledge that as a non mobile developer I do not possess and I am sure that there are more things that I need to know but just don’t know yet. I am pretty sure this is all outside the scope of the Quasar Framework project, but it would i think we useful to be able to have a guide as to how you take Quasar from the initial cli init and cordova wrap through to build and deployment to the iOS/Google play store.

      posted in Framework
      M
      moringaman
    • RE: cordova is not defined"

      The answer to this is to use navigator instead of the cordova keyword to access plugins i.e. you can use navigator.camera.getPicture() to use the camera plugin.

      see issue #792 for clarification of this: https://github.com/quasarframework/quasar/issues/792

      posted in Framework
      M
      moringaman