instructure / pdf-annotate.js

Annotation layer for pdf.js (no longer maintained)
http://instructure.github.io/pdf-annotate.js/
MIT License
545 stars 277 forks source link

Add highlighting support for mobile/touch #69

Open hempels opened 6 years ago

hempels commented 6 years ago

Issue #15 offers a solution for pen/drawing, but highlighting is a completely different animal. From what I've seen, capturing highlighting on mobile web requires replacing the built-in selection gestures since those aren't able to be used like they can with desktop browsers.

Without support for mobile this library's usefulness is severely limited so I would consider this feature as a relatively high priority.

rogercorrea commented 6 years ago

I need it also. I'm trying adapt touchstart event for him but not work for me.

rogercorrea commented 5 years ago

I fixed problems and create a new fork with pull request #85 .

bmtdh commented 5 years ago

@rogercorrea did you ever get drawing a rectangle, line and highlighting working on touch devices? I tried your fork but these don't work. I can't see an easy way of adding it in.

Thanks,