Swipe interface: ignore

The annotation team wishes to use the swipe interface. The actions accept/reject are clear, but is there also a swipe-style mode for "ignore" Especially the "skip" is important. There is quite a bit of garbled text (no spaces, characters with ord(c) > 256 etc. )

Any solutions?

best,

Andreas

Hi! At the moment, the swipe gestures only exist for accept and reject (because any other swipes, e.g. down, would too easily interfere with the browser's native behaviour like reload). That said, one option could be to use the buttons config setting to customise the buttons to only show the "skip" button. So for accept/reject, the user could swipe and for skip, they could press the button at the bottom of the screen.

Hi Ines,

thanks, I'll try to implement that. If I find a solution I'll share it here

best,

Andreas