Product: PDFTron WebViewer
Product Version: 8.12.0
Please give a brief summary of your issue:
(Think of this as an email subject)
When I set setCustomDrawHandler and place an annotation, the annotation is drawn correctly. When I move/modify the annotation, setCustomDrawHandler does not trigger. If I resize the annotation within the viewer (non programmatically), setCustomDrawHandler fires on movement and modification. I would like to have that happen from the jump.
Please describe your issue and provide steps to reproduce it:
(The more descriptive your answer, the faster we are able to help you)
- Set setCustomDrawHandler after initializing webviewer.
- Programmatically create an annotation.
- Move annotation around. Observe no setCustomDrawHandler being called.
- Manually resize the annotation, or change opacity, etc.
- Move annotation around. Observe setCustomDrawHandler being called many times.
Please provide a link to a minimal sample where the issue is reproducible: