jquery.throwable icon indicating copy to clipboard operation
jquery.throwable copied to clipboard

Elements not dragable on windows 8 HTML5 apps

Open ashbuilds opened this issue 12 years ago • 1 comments

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.

ashbuilds avatar Nov 25 '13 15:11 ashbuilds

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 !!

ashbuilds avatar Nov 25 '13 16:11 ashbuilds