CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
CSS Combat
iPad Horizontal Scrolling
SmashDeveloper
Permalink to comment
#
February 2011
Greetings guys,
I've got some problems here. I was building a site for a friend of mine. He is a photographer and needs a website. He would like a iPad Compatible site. The site uses a simple horizontal scrollbar but it seems not to show up on the iPad.
Here is the site:
http://btc.freeiz.com/ipad/
- just on a experimental host
Thanks,
SmashDeveloper
shavenraver
Permalink to comment
#
February 2011
It works with 2-finger scrolling (albeit not-exactly-smoothly). Is there no way indicate to the user that this is possible?
I didn't even know myself till I looked up the problem
Otherwise you could set the with of the page to encompass all the photos, then set a viewport size, even the initial scale!
You'd loose the stationary text, and position:absoute doesn't work as expected
javascript might be the way forward for normal scrolling though. But I'm barely treading water as it is :)
Good luck
PS. Love the way the icons have absolutely NO relation to the content. tree=email? Brilliant
Add a Comment
I've got some problems here. I was building a site for a friend of mine. He is a photographer and needs a website. He would like a iPad Compatible site. The site uses a simple horizontal scrollbar but it seems not to show up on the iPad.
Here is the site: http://btc.freeiz.com/ipad/ - just on a experimental host
Thanks,
SmashDeveloper
I didn't even know myself till I looked up the problem
Otherwise you could set the with of the page to encompass all the photos, then set a viewport size, even the initial scale!
You'd loose the stationary text, and position:absoute doesn't work as expected
javascript might be the way forward for normal scrolling though. But I'm barely treading water as it is :)
Good luck
PS. Love the way the icons have absolutely NO relation to the content. tree=email? Brilliant