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. kero
    K
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 5
    • Best 0
    • Groups 0

    kero

    @kero

    0
    Reputation
    1
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    kero Follow

    Latest posts made by kero

    • RE: [Solved] [V1] Download a file in cordova app

      I’m having an error for creating file.

      posted in Help
      K
      kero
    • RE: How to remove ripple effect on q-stepper?

      @metalsadman said in How to remove ripple effect on q-stepper?:

      .q-stepper__tab–active
      pointer-events: none

      It doesn’t work. I tried putting !important it does nothing too. I will try it for different class name with pointer-events: none.

      Edit: I tried on q-stepper__step it works but you cannot click it though, it doesn’t do anything.
      I tried to put some @click.native on tab but it does not work also.

      posted in Help
      K
      kero
    • How to remove ripple effect on q-stepper?

      When header options is enabled I tried header-class, no-ripple, ripple.
      Can’t figure out how to remove the ripple effect.

      posted in Help
      K
      kero
    • Cannot get routes parameter when have "."

      my router mode is history and my router path accepts paramter

      auth/:token
      

      when I’m accessing this url for example

      auth/anysytinghere
      

      is ok but when i put perioud on it

      auth/eyyabsg.jhagsw
      

      it shows me cannot get. On a normal vue project it works and other framework. help

      posted in Help
      K
      kero
    • How to adjust notify plugin enter and exit speed animation

      There’s no option I can adjust in quasar.conf.

      notify: { 
          icon: "error",
          progress: true,
          color: "negative",
          textColor: "white",
          classes: "glossy",
          timeout: 1500,
      },
      

      I don’t where to look i am looking for css for now but I have no idea what am I supposed to do.

      posted in Help
      K
      kero