You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 25, 2019. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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 !!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: