hi,
what is the best way and technique to develop a ipad magazine app? is it possible to use html5/css including swipe effects and stuff? what are other techniques?
thanks in advance
regards
hi,
what is the best way and technique to develop a ipad magazine app? is it possible to use html5/css including swipe effects and stuff? what are other techniques?
thanks in advance
regards
Using only HTML5 and CSS would be difficult to have a swipe effect of the same quality as iBooks. You would likely want to develop your own native app that uses OpenGL for the effect.
Check this question for getting started on implementing the page swipe animation.