groupdocs-annotation / GroupDocs.Annotation-for-.NET-MVC

Moved to https://github.com/groupdocs-annotation/GroupDocs.Annotation-for-.NET/tree/master/Demos/MVC
https://products.groupdocs.com/annotation/net
MIT License
3 stars 0 forks source link

Application not working on Touchscreen #49

Closed atirtahirgroupdocs closed 4 years ago

atirtahirgroupdocs commented 4 years ago

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

kegor commented 4 years ago

Hi @atirtahirgroupdocs, we were able to reproduce this problem and are working on a solution.

pro-tian commented 4 years ago

Hello @kegor, any updates or estimated time for fix? Thanks

bobkovalex commented 4 years ago

@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.

bobkovalex commented 4 years ago

@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.

pro-tian commented 4 years ago

@bobkovalex

Hello, I'm unable to build the latest:

image

This is the output log: image

bobkovalex commented 4 years ago

@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

bobkovalex commented 4 years ago

@pro-tian

I'm not sure if you have already resolved the issue, however following steps might help you:

  1. Reinstall Node
  2. Delete node_modules folder
  3. Run npm cache clean --force
  4. Remove npm and npm-cache folders from C:\Users\{username}\AppData\Roaming
  5. Run npm install -g @angular/cli@latest and npm i
  6. Build the solution in Visual Studio

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

pro-tian commented 4 years ago

@bobkovalex

I was able to build it as administrator, thanks!

pro-tian commented 4 years ago

However, I'm not able to deploy the application to IIS. I get blank white page when I try browsing.

bobkovalex commented 4 years ago

@pro-tian

Do you see any errors in browser console or in app console?