Boris Tacyniak
Boris Tacyniak
Not yet, since it's integrated with https://github.com/EasyCorp/EasyAdminBundle I keep this editor. But I limit the content to one level (h2), by using: ```js Trix.config.blockAttributes.heading1.tagName = 'h2'; ``` Most of the...
Hi @wmonecke Does that occure every time ? or only in some users ?
Hi @hikkary This is probably a deprecation in the Android SDK, will take a look at it.
Can someone share the logic that define the date ? If the date is set in the past, the notification will trigger instantly (like when the app is opened). This...
Can you share the code when you plan the notification ? (parameters) And the AndroidManifest ? The example project doesn't have this issue even with API 29. I need a...
Were you able to reproduce it ? Or just user's report ? I will test on a device tomorrow, I don't see anything that should block (Android Guidelines, Stack Overflow)....
Hi @wmonecke Wasn't able to reproduce it actually, but I think one of my application as this kind of bug. I need to find something in common between Android to...
Hi @zwenza Do you have some information on devices ? Like manufacturers, Android Version and maybe the model could help.
Hi @phan21 Good to hear you are able to reproduce this issue, can tou share the AndroidManifest of your App ? I will recheck from scratch how this is working,...
Just to be sure that tis is a "library issue" are you sure that the notifications was scheduled before the app start ? Then do you know if this behavior...