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. rabee
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 3
    • Best 0
    • Groups 0

    rabee

    @rabee

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

    rabee Follow

    Latest posts made by rabee

    • v-touch-swipe.mouse.left.right="handleSwipe" works on web app not on electron

      Hello -

      I am using a q-calendar from this link
      https://quasarframework.github.io/quasar-ui-qcalendar/docs

      v-touch-swipe works on web just fine, but does bot work on electron Any help is very much appreciated

      v-touch-swipe.mouse.left.right=“handleSwipe”

      <q-calendar
                  ref="calendar"
                  v-model="selectedDate"
                  view="mont"
                  locale="en-us"
                  v-touch-swipe.mouse.left.right="handleSwipe"
                  animated
                  transition-prev="slide-right"
                  transition-next="slide-left"
                  style="overflow: hidden;"
              />
      
      posted in Help
      R
      rabee
    • RE: Quasar an BLE

      I just posted the same question. It looks like you have the question since July 2018 without an answer. I hope this update could bring more attention to the question. if you were able to figure out how to use BLE on Android app, please help me

      posted in Framework
      R
      rabee
    • Using NOBLE - BLE or something else for Bluetooth on Android

      I am new to quasar. I love the framework so far. I have a web app which uses noble to scan and connect to BLE devices. When I convert the app to use quasar, then build an android app. Should I expect everything with Bluetooth to work? or do I need to use a different Bluetooth API/module. Any help or directions would be very much appreciated before I begin migrating the project.

      Best,
      Rabee

      posted in Help
      R
      rabee