Sorry, I was fooled by that invisible stroke line in your jsfiddle.
Indeed, this is an error on devices with pointer events (i.e. on nearly all devices).
The precision was set on down events only, not on move events. This is fixed now.
A workaround - for the moment - is to set `JXG.Options.precision.hasPoint = 20;` instead.
I fixed the problem in the sources. But beware the nightly build will create a lot of debug message, because I'm refactoring the curve plotting algorithm heavily.
Best wishes and thank you for pointing this out,
Alfred