jquery.throwable
jquery.throwable copied to clipboard
Elements not dragable on windows 8 HTML5 apps
i'll create a new game by using your jquery.throwable plugin,for windows 8 Apps. Your plugin works on all browsers well,but fails in ,Visual studio for windows 8 HTML5 app,in this throwable working but drag option will not work. i was study the whole code i think the error is in " var count = world.Query(aabb, shapes, k_maxCount); " here count is 0 in output rather then 1. and shapes having null.
Please help me to solve out of this problem.
Hey.. I found the solution .....
by replacing
window.scrollX and window.scrollY
to
document.documentElement.scrollLeft and document.documentElement.scrollTop
..... i able to drag elements...successfully !!