Do you mean this script here on DD?
DHTML Window widget (v1.1) - http://www.dynamicdrive.com/dynamici...ndow/index.htm
The best solution really depends on the method you're using.
If you're using Ajax or div content, you can just add some CSS;
Code:
.drag-contentarea { -webkit-overflow-scrolling: touch; }
If you're using an iframe, you might need to add this too but that will cause some extra scrollbars on non-touch devices, so instead you might want to switch that particular style in with some JavaScript, but only when a touchscreen devices is detected. John whipped up a sample script for that here: http://home.comcast.net/~jscheuer1/s...ine/touch2.htm
If you need more help, please post a link to your page.
Bookmarks