Daniel Leal

Results 39 comments of Daniel Leal

@NathanWalker do you mean 4.2 ? xD

@vpusher are you still maintaining this? or you will not give more support ?

awesome XD i think @aveiga needs to rebase 👍

@mbektchiev honestly i think this is a must have, big companies and governments usually require a custom implementation because the framework doesn't support it OOTB, @baryon you can checkout [this...

I totally agree with you, it's there and might be not that hard to implement but requires more work than expected ;)

While this is not implemented you could use this code below: ```html ... ``` ```typescript onLoaded(e) { if (isIOS) { e.object.ios.collectionView.showsHorizontalScrollIndicator = false; e.object.ios.collectionView.showsVerticalScrollIndicator = false; } } ```

i would like this too, @rob3c thanks for the temp workaround

@EddyVerbruggen i haven't touched on this in a while(working on big rewrite), and yes, that line seams to be the root cause

do you have any idea how to fix it ?

Hey, @agilgur5 im really interested on this one, is there something i can do to help getting this merged ? i can see there were some updates on tsdx side,...