MarsMan13
MarsMan13
@jiseongg Have you found any other good debugging methods? and Can you recommend any debugging methods that you have used in your projects? From. Seoul, Korea too :)
@skcho Thank you for your response! It has been a great help in using/debugging Infer!
@jiseongg Thank you for your response!!!! Yes! @skcho 's solution is very useful for me!! Thank you!!
> This helped me solve the same problem > > ``` > function handleTouchMove(event, xStart, yStart) { > var xDiff = xStart - event.touches[0].pageX; > var yDiff = yStart -...