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

    kosciak

    @kosciak

    1
    Reputation
    447
    Profile views
    7
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    kosciak Follow

    Best posts made by kosciak

    • RE: Update project Cordova

      The other way around. quasar-project/dist is linked to quasar-project/cordova/www:

      0_1479246143030_2016-11-15-224209_1920x1080_scrot.png

      Look on the right, the properties. Also in the Atom’s tree view www is different, cause it’s a link. 🙂

      posted in Help
      K
      kosciak

    Latest posts made by kosciak

    • RE: Update project Cordova

      The other way around. quasar-project/dist is linked to quasar-project/cordova/www:

      0_1479246143030_2016-11-15-224209_1920x1080_scrot.png

      Look on the right, the properties. Also in the Atom’s tree view www is different, cause it’s a link. 🙂

      posted in Help
      K
      kosciak
    • RE: Update project Cordova

      You need to run quasar build or quasar build ios. www folder with Cordova source is symlinked to the dist one from quasar. then cordova build [platform]

      posted in Help
      K
      kosciak
    • Can you style normal elements with Quasar?

      Hello,

      I’ve select component - I generate options with v-for, like this:

      <select v-model="selected">
        <option v-for="person in computed(1, 3)">
          {{ person.name }}
         </option>
      </select>
      

      It produces output I want, so v-model variable is populated with name. I want to style it like the rest of apps look like. Can I do this? I’m not using <quasar-select> because I don’t know how to regenerate list based on Vuex’s store. 😃

      Any help is appreciated!

      posted in Help
      K
      kosciak
    • RE: Possible to use Styl variables with other Pre-processed languages?

      http://www.sass2stylus.com/

      You can use this to go with 100% Stylus setup. 🙂

      posted in Help
      K
      kosciak
    • RE: Cordova generated app missing Modules variables

      Okay, so I have figured it out. I added functions to data, not methods. Moving them to methods worked. I’m sorry, it’s my Vue incompetence that got in the way. 🙂

      posted in Help
      K
      kosciak
    • RE: Cordova generated app missing Modules variables

      Unfortunately it’s hosted on private GitLab. I would have to make you account to browse through the code 😃 I can do this or tell me which files should I share, there is not a lot of code as I’m really unexperienced with Quasar, Vue and JS hybrid apps in general.

      posted in Help
      K
      kosciak
    • Cordova generated app missing Modules variables

      Hello,

      I’m developing simple application for Android using Quasar. It’s working fine in Quasar Play and in Development mode, but when exporting it with Cordova, it shows UI, but won’t render things coming from variables - like mustache templates or v-show divs. Anyone knows what is up? I don’t really know how to debug Cordova, and when I used Ionic a while ago, it worked well. I didn’t find anything related in documentation unfortunately. Any help is welcome!

      posted in Help
      K
      kosciak