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
I am seeing an issue on iPhone where draggables are misaligned after the 'restoreUserAnswer' call. After further analysis, the offset call in placeDraggable fails set the position for draggables.
Basically iphone is not supporting the $.offset(). I am just trying to apply this fix https://gist.github.com/mataspetrikas/431639. Please let me know if you have any better solution. Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
I am seeing an issue on iPhone where draggables are misaligned after the 'restoreUserAnswer' call. After further analysis, the offset call in
placeDraggable
fails set the position for draggables.Basically iphone is not supporting the $.offset(). I am just trying to apply this fix https://gist.github.com/mataspetrikas/431639. Please let me know if you have any better solution. Thanks.
The text was updated successfully, but these errors were encountered: