1

I have to make a photo gallery for a mobile phone app, where I can swipe from one picture to another. Here is an example.

unfortunately I can't use this library, because I need an inertial scrolling effect in fullscreen and you should be able to pinch to zoom in.

Any help? How should I make it? Any tips?

Farid Nouri Neshat
  • 29,438
  • 6
  • 74
  • 115
Safari
  • 3,302
  • 9
  • 45
  • 64

2 Answers2

1

Have a look at http://swipejs.com

thefrontender
  • 1,844
  • 14
  • 22
  • i can't get it work on mobile. it won't even display. do you have a showcase of this, which works on mobile or a code sample? – Safari Aug 14 '12 at 10:58
  • The homepage of SwipeJS works just fine on iOS and Android phones I have access to. Are you trying to combine it with any other JS libraries you haven't told us about? – thefrontender Aug 15 '12 at 22:37
  • i use swipe js just in combination with jquery – Safari Aug 16 '12 at 07:10
  • No issues with jQuery (or Zepto) but I've seen reports of people running into conflicts when using jQuery Mobile. – thefrontender Aug 17 '12 at 01:57
1

You may try Galleria or pick one from 5 jQuery Mobile Gallery Plugins

Alfred
  • 21,058
  • 61
  • 167
  • 249