annotorious / annotorious-v1

Project has moved to http://github.com/annotorious/annotorious
https://annotorious.com
MIT License
593 stars 142 forks source link

Chrome Issue? My Own Problem? #124

Open kolier opened 9 years ago

kolier commented 9 years ago

I just came across this project, it's nice. But in my test, all the pages in http://annotorious.github.io/ or try to create a demo.html use the hosted min.js just not work on my Chrome, Opera but FF, Safari and IE are working well. I just want to confirm if I'm the only one encountering this, or any potential mistakes I've made? Because I don't see any report of this.

kolier commented 9 years ago

I'm new to Google Closure, do some research for some hours, now I find a temporary fix. It's my Win 8.1 touch support cause issue. I use #91 @dangmai 's https://github.com/dangmai/annotorious/tree/touch to temporarily solve my problem. annotorious.events.ui.hasTouch = false; in events.ui.js

Would try to do a deeper investigation on it later when have more time.

youanden commented 8 years ago

This helped me ! Thanks!