Using TideSDK, how would I go about using a div or any element to drag/move the application window around the desktop? I'm looking to mimic the default behavior of the operating system frame (click and drag to move the application around)
I have my tiapp.xml set to false to remove the window border and I have created the close button with the Ti.App.exit method, but I cannot find a way to allow the user to move the application around. I don't believe I would use the jquery draggable library because that would move the element, not the entire window.