Closed atirtahirgroupdocs closed 4 years ago
Hi @atirtahirgroupdocs, we were able to reproduce this problem and are working on a solution.
Hello @kegor, any updates or estimated time for fix? Thanks
@pro-tian
I apologise for not replying sooner.
The issue will be fixed in next public release which is expected in 1-2 weeks from now due to massive product update.
I'll notify you when release is complete.
@pro-tian @atirtahirgroupdocs
The issue has been fixed. Just pull latest commit from master branch.
Please note that now GroupDocs.Annotation for .NET MCV uses Angular instead of jQuery. jQuery has been discontinued.
Regards.
@bobkovalex
Hello, I'm unable to build the latest:
This is the output log:
@pro-tian
Hello,
We are unable to reproduce your issue, could you please provide more information on your environment, tools you are using, etc? Logs from npm-cache also might be helpful.
By the way, are you running application as administrator?
Just to make sure that packages were fetched successfully, try cleaning up /client/node_modules
and re-build from scratch.
Regards
@pro-tian
I'm not sure if you have already resolved the issue, however following steps might help you:
node_modules
foldernpm cache clean --force
npm
and npm-cache
folders from C:\Users\{username}\AppData\Roaming
npm install -g @angular/cli@latest
and npm i
Related issues: https://github.com/groupdocs-viewer/GroupDocs.Viewer-for-.NET-WebForms/issues/61 https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-.NET-WebForms/issues/25
@bobkovalex
I was able to build it as administrator, thanks!
However, I'm not able to deploy the application to IIS. I get blank white page when I try browsing.
@pro-tian
Do you see any errors in browser console or in app console?
This issue is raised here https://forum.groupdocs.com/t/annotations-not-working-on-touchscreen/7950.
Hi, Application works fine using mouse, but for touchscreen it does not seem to be working. It looks like its not detecting the touch drag movements and/or the touch clicks correctly. Have a look at this video https://streamable.com/qtlkm.
Thanks