Hello everybody,
I have a question. I just put a picture inside a div at real size and I want to
move that picture inside that div. I
used the code:
makeObjectMovable(picture);
document.addEventListener("
touchstart", startmove, false);
document.addEventListener("touchmove", move, false);
document.addEventListener("touchend", endmove, false);
and so the picture moves inside the div. But I am using iUI and so the
touch handler is now broken. everything related to buttons scrolling
into page.. are not working.
So I was hoping you can give me an idea how to make this. Or just to find the
eventhandlers from iUI to change there with an if (if object
movable move it inside div and if not to do the rest!)
My issue
comes because in the MobiOne simultor the project works but on iPhone
does not!
Thank you!
George
--
You received this message because you are subscribed to the Google Groups
"iPhoneWebDev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/iphonewebdev?hl=en.