Please give a brief summary of your issue:
(Think of this as an email subject)
I am using javascript web viewer library 11.1.0 and I want to compare pages simantically.
Now I am doing it with enabling ‘ComparePages’ feature like this UI.enableFeatures([UI.Feature.ComparePages]); and by clicking comapre pages button in the toolbar.
It’s working well but I’d like to add loading spinner during the comparison.
So I tried to detect when the ‘compare pages’ item is clicked on toolbar and finished comparison.
Please describe your issue and provide steps to reproduce it:
(The more descriptive your answer, the faster we are able to help you)