Open dstillman opened 1 week ago
I’ve looked into it and it seems there is a difference between the way PSPDFKIT operates on iOS and Android: On iOS after the “enterAnnotationCreationMode(annotationTool)” method was called OnAnnotationSelectedListener is getting called when annotation is getting clicked on.
On Android in similar conditions this listener is just not getting called. Not only that, even the onPageClick is not getting called. In other words we don’t even get info on which point on the document the user clicked, let alone annotation. Only after exitCurrentlyActiveMode is called and we are no longer in annotation editing mode those callbacks are getting called.
On iOS, this opens the annotation widget, but on Android it doesn't do anything. You have to deselect the tool before you can tap on the annotation.