Excel1

Results 14 comments of Excel1

I already created a hybrid app by using angular. I used this lib https://github.com/manfredsteyer/angular-oauth2-oidc and it works perfectly - but it seems this lib and vue seems to work different...

``` import { boot } from 'quasar/wrappers'; import { useAuthStore } from 'stores/auth.store'; import { App, URLOpenListenerEvent } from '@capacitor/app'; export default boot (({app, router}) => { async function initializeOidcAfterRouting()...

With the latest version it works. github.com/amikos-tech/chroma-go v0.1.5-0.20241103135957-1b1e6ef18500 > go get github.com/amikos-tech/chroma-go@main

@alexgerardojacinto The reason wyh this doesnt work is, that on iOS SharedPreferences are protected from access in outer Services like NotificationServiceExtension. So you can access SharedPreferences from the app set...