Damian Wajdlich

Results 77 comments of Damian Wajdlich

I had this problem too. For me, the source of the problem was the moment of calling `InCallManager.start(...)` - if you will call this before RNCallKeep `didActivateAudioSession` event, it will...

Hi, if it's so urgent, you can try to calculate the item coords for different breakpoints from outside on each item position change. I will try to provide the solution...

Sure it's possible. Please check if #195 is clear enough. If not, I will try to provide a more clear explanation.

Hi, please describe how this functionality should work.

Do the tabs use conditional rendering or hiding/showing by CSS?

Hi, to understand you right, do you want only floating left or both: left and top? If only left, you have gridsterOption.direction = 'horizontal'. From other perspective I see in...

This issue is related with #93. This feature is on the planned on the roadmap, but since it's a big thing I can't say when this will be implemented.

Hi, this specific option does not require `setOption`method to be called, but others like e.g. `dragAndDrop`, `resizable`, `lanes` etc. do require. This can be a little confusing for the user,...

This is very interesting question.. :-) I didn't recognised it as a bug. This algorithm for rearranging items position is a legacy of origin library: [GridList](http://hootsuite.github.io/grid/). This behaviour is exactly...

Hi, `setOption` works only for some of the options: `dragAndDrop`, `resizable`, `lanes`, `direction`, `widthHeightRatio`, `responsiveView` - it changes the option for the currently matched breakpoint.