With the default annotator-full.min, a click on mobile shows the annotation for only a second and making annotations is impossible. (At least on my Android).

If you open the file, the second result for searching "Mouseover" will give the below.

.prototype.events={".annotator-adder button click":"onAdderClick",".annotator-adder button mousedown":"onAdderMousedown",".annotator-hl mouseover":"onHighlightMouseover",".annotator-hl mouseout":"startViewerHideTimer"};

Just change ".annotator-hl mouseover" to ".annotator-hl click" and now you can view annotations on mobile and also make them. It of course means you have to click for an annotation to pop up but that's a small sacrifice.

Comments

niallmurphy-ie created an issue.

shenzhuxi’s picture

You need to let annotator developers know that https://github.com/openannotation/annotator/.

niallmurphy-ie’s picture

Just added it to the issue queue although I'm sure they know that. I absolutely love the added functionality it gives.

matt.rad’s picture

Awesome. This is a sweet little tweak.

niallmurphy-ie’s picture

I'm going to look at it over the weekend but this doesn't work well in IOS's Safari because the copy buttons cover the button to create an annotation.