Philippe Da Silva
Philippe Da Silva
Hi, I'm getting this same issue and its repro is so simple to see: just open QBtn component page in the official Quasar documentation and you'll see a bunch of...
> So many comments and not even one that specifies OS/Browser + version In my case, I noticed it on my Macbook Air M1 running MacOS Monterey 12.3 on Chrome...
> Because I cannot reproduce it on chrome dev on Linux and windows. And on desktops it should not listen for touch events. I'm sorry but I just tried on...
Hi @pdanpdan could you point out where we should look at in the code so we can eventually submit a PR ? ;) thanks
I don't know either but I strongly believe it is related to the commit I mentioned previously in order to solve a bug: it seems to me that it shows...
After some investigation on the code, I believe the issue lies in this line: ```javascript const accessToken = fastify[name].oauth2.accessToken.create({ refresh_token: refreshToken }) ``` [`index.js`, line 120] Per the simple-oauth2 package...
I don't know if that can be of any help but I got the same issue and I noticed it is gone when using the current v9.2.0-beta.32 to 34. I...
Note that I'm more than willing to help solve the issue but I would require some tips where to look at ;)
Yes, sure, thanks for asking: ```typescript import * as path from 'path' import { defineConfig } from 'vite' import Vue from '@vitejs/plugin-vue' import Pages from 'vite-plugin-pages' import Icons from 'unplugin-icons/vite'...
I don't know about Quasar vite plugin used inside the Quasar CLI or app-vite I believe it is called but when integrating it onto an existing vite project, it doesn't...