Nathan Yan

Results 4 comments of Nathan Yan

Specifically this causes issues when the client_id is passed in via an encoded Basic auth string. Normally the Request constructor (common.py) will automatically assign body params like client_id as attributes...

I have the same problem. My temporary workaround is to use the onBeforePlotNode() hook to adjust the position of each, which is OK if your possible tree structures are limited.

Hi tsukasa, I think there is actually a bug in the way the new position is calculated - this adjusts the position whenever the touchMove occurs, so that the touch...

Yes, it's working on the implementation I have. I also encountered some bugginess with clicks being registered after the scroll in iOS. I ended up implementing some code to intercept...