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. dsahoo
    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 7
    • Best 1
    • Groups 0

    dsahoo

    @dsahoo

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

    dsahoo Follow

    Best posts made by dsahoo

    • How to run a callback on opening and closing of the layout drawer using touch swipe.

      I am trying to find the way to watch the changes or run the callback as soon I open or close the drawer swiping from the edge of the screen. I am only able to open/close it now through the click of the menu button which changes the toggleLeft method.

      Having default events like @drawerClose or @draweOpen would be beneficial to run callback. Correct me If I am wrong

      posted in Framework
      D
      dsahoo

    Latest posts made by dsahoo

    • RE: no dev or build property under script property in package json is that correct ? How do I launch my app in browser

      @metalsadman I have tried “quasar dev” already it doesn’t seems to work.

      posted in Help
      D
      dsahoo
    • no dev or build property under script property in package json is that correct ? How do I launch my app in browser

      there is no dev or build command in package json
      {
      “name”: “test2”,
      “version”: “0.0.1”,
      “description”: “A Quasar Framework app”,
      “productName”: “Quasar App”,
      “cordovaId”: “org.cordova.quasar.app”,
      “capacitorId”: “”,
      “author”: “Debashish Sahoo debashish4@gmail.com”,
      “private”: true,
      “scripts”: {
      “lint”: “eslint --ext .js,.vue src”,
      “test”: “echo “No test specified” && exit 0”
      },
      “dependencies”: {
      “@quasar/extras”: “^1.0.0”,
      “quasar”: “^1.0.0”
      },
      “devDependencies”: {
      “@quasar/app”: “^1.0.0”,
      “@vue/eslint-config-standard”: “^4.0.0”,
      “babel-eslint”: “^10.0.1”,
      “eslint”: “^5.10.0”,
      “eslint-loader”: “^2.1.1”,
      “eslint-plugin-vue”: “^5.0.0”
      },
      “engines”: {
      “node”: “>= 8.9.0”,
      “npm”: “>= 5.6.0”,
      “yarn”: “>= 1.6.0”
      },
      “browserslist”: [
      “last 1 version, not dead, ie >= 11”
      ]
      }

      posted in Help
      D
      dsahoo
    • RE: How to use @slide(index, direction) in carousel

      Thanks alot…

      posted in Help
      D
      dsahoo
    • How to use @slide(index, direction) in carousel

      I am trying to figure out how to use @slide(index, direction) event in carousel component to get the index of the current slide. Also, I am trying to run a callback on swipe of every carousel item to update the state with the current carousel item index

      posted in Help
      D
      dsahoo
    • RE: Side Drawers not working in small screens using v-model

      I am too having the exact same problem. V-model works only for desktop view as soon as I reduce the browser size to mobile view its stops working. I have also tried watching the model of the layout but that too doesn’t work until I increase the size of the browser to full desktop size, basically v-model has no effect when the browser is resized to mobile size. It seems like a bug to me. Please let me know if I am missing something.
      As per the example provided in the documentation, the v-model is used to toggle the drawer state on click of a button but it just works only on desktop view.

      posted in Framework
      D
      dsahoo
    • How to run a callback on opening and closing of the layout drawer using touch swipe.

      I am trying to find the way to watch the changes or run the callback as soon I open or close the drawer swiping from the edge of the screen. I am only able to open/close it now through the click of the menu button which changes the toggleLeft method.

      Having default events like @drawerClose or @draweOpen would be beneficial to run callback. Correct me If I am wrong

      posted in Framework
      D
      dsahoo
    • carousel vertical scrolling ?

      Is there any way I can make carousel to scroll vertically? What I am basically looking for is full page scroll.

      posted in Framework
      D
      dsahoo