m0dch3n

Results 28 comments of m0dch3n

btw I tested now on IOS, where it's working, so seems to be related to Android... I tested on Android 9

@Tawpie which plugin version are you using? 0.9.0-beta3? Can you also try now + 1 second? I tried also with now + 400 ms an now + 600 ms, which...

I finally found some time to investigate into this, and it seems that my fix is solving this issue. Here is an explanation why it's not working. https://github.com/katzer/cordova-plugin-local-notifications/blob/caff55ec758fdf298029ae98aff7f6a8a097feac/src/android/notification/Notification.java#L217-L243 The first...

BTW I changed some other things, mainly that ids don't need to be integers... As I don't know all the side effects of this, I don't suggest to use my...

@TheNotorius0 that's excatly what my fork has fixed! Don't do this manually, because your AndroidManifest will be rewritten, each time, you add or remove plugins... As this plugin is no...

As @abhishekbhardwaj said accessToken, should not be refreshable by an accessToken, but only by a refresehToken or username/password, a refreshToken should only be refreshable by a user/password authentication, or some...

Hello @luocong2016 , I don't think, this can't easily be done. This plugin is based on vue-cli, which uses webpack to build etc... Vite replaces completely this process. So it...

Hello, this sounds nice, but I think you need at least 2 commands then, to distinct between dev and prod environment, because of [this](https://cli.vuejs.org/dev-guide/plugin-dev.html#service-plugin) > This is because the command's...

@cairinmichie have you given it a try ?