Richard Telford

Results 3 comments of Richard Telford

> I changed the freetrans library to make it work with mobiles and other touch devices Would you mind sharing your code for this? I'm looking to do the same...

I added additional bind calls for touch events for move, rotate and scale. Seems to be working okay. I'll have to test across a number of devices to make sure.

Hi both. I ended up adding my own mobile handlers using _touchstart_, _touchmove_ and _touchend_ but your approach looks pretty decent @arslan344 - I'll give it a shot. My modified...