Willi#m ⬣

Results 27 comments of Willi#m ⬣

no idea how to make a drawable out of a new icon. but iconColor can be defined. If someone figured out how to make a drawable, you can set it...

Yes, your icon need to be a png file with alpha (transparency). Android will colour in your icon in white with the background being transparent. Sent from my iPhone >...

![CleanShot 2022-11-30 at 19 33 25](https://user-images.githubusercontent.com/179761/204785780-a89181d4-1aea-4f0e-904d-782e54dfd682.png) Same issue with just 2k references.

Suggestion: Since this problem is caused by loading too many UI elements, we can get around this issue by: 1. load all references to memory 2. display only the first...

I have added workaround / hack to stop Studio from crashing by hiding the array when it has over 500 items. ``` hidden: ({ document }) => { return document.receivers?.length...

I know this issue is caused by Apple's iPad Pro now identifying itself as a "desktop-class browser", but I think it is still good if we can somehow identify it...

@tom-ads I just figured this out. ``` // tailwind.config.js module.exports = { theme: { extend: { boxShadow: { highlight: 'inset 1.5rem -0.75rem 0.5rem 0.1rem' }, } } } ``` I...