Excel1

Results 14 comments of Excel1

Work around. Create a new asset folder with the assets directly in MyApp folder.

@allenwipf in this discussion https://github.com/quasarframework/quasar/discussions/9955 @marchalb got a fix for this problem.

This is also useful for translations, no? Cause in my case i receive the pushMessage (only data) and need to translate it cause the language is a local app setting....

For me everything works till the app got killed ``` await FirebaseMessaging.addListener( 'notificationReceived', async (event) => { console.log('Notification received: ', event); await LocalNotifications.schedule({ notifications: [ { title: event.notification.title, body: "Hello",...

@phal0r Thank you very much for your quick and detailed reply! As it is unfortunately only possible via capacitor in a roundabout way, I only send data notifications. My natively...

@Badisi Correct but if you got multiple server like keycloak oidc running on your local enviroment and mobile device emulator for developing web apps (android studio) you are forced to...

I can fully understand why system components are favoured. However, it's just interesting that similarly sized/larger ones take a different path

@Badisi thank you for the fast replay. But i dont like its again another wrapper tbh. But it seems that there is currently no solution to achive that without a...

"Crypto.subtle is available only in secure contexts (HTTPS)." This error makes it impossible to test oidc in by using local ips in a private network (without setting up certificates and...

@Badisi I try two different approaches 1. Continue with only oidc-client.ts but the usermanager didnt recieve the token from App.Listener(url) everything works okay but some different error happens 2. Starting...