Navigation

    Quasar Framework

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. sergiuwd
    S
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    sergiuwd

    @sergiuwd

    3
    Reputation
    15
    Posts
    387
    Profile views
    0
    Followers
    2
    Following
    Joined Last Online

    sergiuwd Follow

    Posts made by sergiuwd

    • RE: Cordova build not loading statics

      Yes, and I tried ~statics/logo.jpg, statics/logo.jpg, /statics/logo.jpg and :src="statics/logo.jpg", nothing worked. I also tried moving the file to /assets

      posted in Help
      S
      sergiuwd
    • RE: Cordova build not loading statics

      Tried moving the images to /assets, didn’t work either.

      posted in Help
      S
      sergiuwd
    • Cordova build not loading statics

      I just ran into this problem: I am loading images using src="statics/logo.jpg" and when I run quasar dev, the images are displaying just fine, but when I build the APK using cordova build android, the images are not displayed on the device. What can be wrong?

      posted in Help
      S
      sergiuwd
    • RE: Quasar To Do Lists Manager

      @eleina Thank you for your review!

      posted in Show & Tell
      S
      sergiuwd
    • Quasar To Do Lists Manager

      Hi!
      I have developed this to do lists manager using Quasar. It’s my first Quasar project & my first mobile app. Please check it out:
      https://play.google.com/store/apps/details?id=io.sergiuneagu.taskista
      The source will be available here:
      https://github.com/sergiuwd/Taskista

      It took 2 days to go from 0 to PlayStore and I am looking forward to upgrade it with new features.

      posted in Show & Tell
      S
      sergiuwd
    • RE: Call a method on checkbox click

      Solved with v-on:click.native="method"

      posted in Help
      S
      sergiuwd
    • Call a method on checkbox click

      Hi there!
      I have created a checkbox using <q-checkbox> and I need to call a method within the component when the checkbox is clicked. Is there any way I can do that? I have tried both @click="method" and v-on:click="method", but without success.

      Thanks

      posted in Help
      S
      sergiuwd
    • RE: Touch Directive Error

      @rstoenescu Decided to import dynamics.js and classie VIA npm and make a component out of this slider, then rewrite the script. I think it’s the best solution.

      posted in Help
      S
      sergiuwd
    • RE: Touch Directive Error

      Hi, @rstoenescu! Thanks for your reply and help. I’ll work to fix this app using your tips.
      BTW, great framework! Congrats!

      posted in Help
      S
      sergiuwd
    • RE: Touch Directive Error

      @rstoenescu sure, here it is: https://github.com/sergiuwd/bcard
      The component I’m using is Index.vue

      posted in Help
      S
      sergiuwd