Excel1
Excel1
This commit adds the RaspberryPi-GPIO-Manager-Frontend (OpenSource) Project to Quasar projects list. https://github.com/jk-powered-de/RaspberryPi-GPIO-Manager-Frontend
Hi, im currently try to figur out how to connect quasar with capacitor and keycloak. Quasar with vue-keycloak works fine but by using capacitor mode im unable to get redirected...
Im relative new to vue and i am trying to connect my Vue Application based on [Quasar](https://quasar.dev/) with Keycloak. I followed this [tutorial](https://blog.icod.de/2021/02/25/keycloak-js-client-with-quasar/) and used the [dsb-norge/vue-keycloak-js](https://github.com/dsb-norge/vue-keycloak-js) library. Everything works...
I installed the dependency like written in the ReadMe.md. "@capacitor/assets": "^3.0.4" Im using Angular with Ionic/Capacitor and my folder structure looks like following: - MyApp -- src --- assets --...
Hello! I try to connect Keycloak with my WebApplication. My Goal is to use oidc-client.ts for web and (capacitor) app and also to make this here available for inspiration (copy&paste)...
I am currently working on a Vue WebApp (+ Capacitor) and would like to develop in the private network, but I always get the following error message: "Crypto.subtle is available...
I want to connect my Vue3 App with Keycloak by using this Plugin. My AuthService ``` import { AuthService, IAuthConfig } from 'ionic-appauth'; let authService: AuthService; export const authConfig: IAuthConfig...
### What happened? By using q-input with a reverse-fill-mask, the cursor is going back by pressing backspace. It happens only on capacitor. In mobile browser or on desktop it works...
## Bug Report Im using the Preferences Plugin to store the current used locale on the device. ``` // language.ts await Preferences.set({ key: 'locale', value: updatedLocale.value, }); ``` Now I...
Currently the v6.0.1 Version of this Plugin opens only the general SettingsPage by trying to open the notification page. Used Code: ``` NativeSettings.openIOS( { option: IOSSettings.Notifications } ) ``` On...