angular2-swing
angular2-swing copied to clipboard
Change allowedDirections Dynamically
Great library - I have been trying to only allow certain 'types' of cards to be swiped in one direction and other 'types' in the opposite direction.
Is it possible to update the configuration of the stackConfig based on the "type" of card on the top of the stack?
Currently I'm able to detect the type of card, and then set the stackConfig.allowedDirections array to what I would like it to be. However it doesn't seem to effect behavior of the stack.
Is there a refresh that is needed?
Any direction you could provide would be very much appreciated.
Hello @becomplete
As far as I know, you cant do this with the library at the moment. For this you will need to configure additional hooks which will either allow or disable the drag depending on the direction and item selected. Allowed driections is used on initialized, changing it after will probably not have any effect.