How can I make a field thats scrollable on the ipad. So when you use your finger it scrolls. Now I’ve used a scroll button but when you press on it the submenu appears with the question: ‘save image’ ‘open in new window’.
So i need a scroll field that can be used on an ipad with your fingers and a mouse one the computer.
You’ll need to do one of two things. Either investigate a touch/swipe
event handler in JavaScript, or use a separate stylesheet to target
touch devices and remove the need for scrolling altogether. I would
recommend the latter, since touch browsers don’t have any means of
communicating that an area is scrollable (no hover event) and leaving
the scroll widgets in place at all times would distract from your
actual content (which is why people are there in the first place, non?).
Could you post a link to the page, so we can advise a little less
theoretically?
Walter
On Aug 10, 2010, at 4:25 AM, david Verbruggen wrote:
hi,
How can I make a field thats scrollable on the ipad.