Results 94 comments of Sven Budak

@tiagodev There is one thing i learned in last years.. never try to use any virtual scroll lib. they are NEVER working. just try to solve your apps without it.

@lincolnthree is your solution currently working correctly ? we have massive problems with it in our messenger: https://mark6-demo.web.app/messenger you will finde bugs like this: http://prntscr.com/vpz61q You need to scroll up...

I think our problem is the unknown dynamic height of the items. If this is also working. Can you send me please your local version? I would be happy if...

Awesome! Where can I find the full file? I am sorry if you linked it already.. I looked already before my first post. But I am a bit confused which...

@lincolnthree Thank you! I have sent the branch to my colleague. he will try it out. maybe we should create a fork and actively develop it further? it's a pity,...

In worst case people can copy the .ts file manually to the project. better then nothing. There is no working alternative currently.

yeah... its basicly impossible to use this asset generator for pwa currently without a fix :)

> This may be tricky to do, because we currently map 1px of movement to 1px in the `transform` value. My math skills are at the level of a 12-year-old....

@Lubjan Do I understand you correctly? The necessary features already exist in cdkDrag for clean scaling?