Michiel van Eerd
Michiel van Eerd
Hi, The icon is not displayed anymore for Android 5. You can use [my fork](https://github.com/michielvaneerd/benCoding.AlarmManager) if you want and set the "largeIcon" property. I created a PR also, so maybe...
@Astrovic For me it's working. If you can share the code for a runnable example I can have a look.
This is working for me for example to allow a _data-media-id_ attribute for images: 1) Add data attribute to allowed section: `'HTML.Allowed' => 'img[width|height|alt|src|class|data-media-id]'` 2) Specify the data attribute in...
I think this also causes my issue I saw today: if I test for ENV_PRODUCTION in my code, the tishadow build will crash, because this variable doesn't exist. If I...