eschao / android-PageFlip

3D Style Page Flip on Android
Apache License 2.0
1.74k stars 262 forks source link

Does it support Zoom or controllers? #34

Closed erickcouto closed 6 years ago

erickcouto commented 6 years ago

How can we zoom an image or add custom controllers like go to page 6?

eschao commented 6 years ago

I think you can implement zoom function by scaling image and then passing it to PageFlip to show it on screen. One thing you need take care is the gesture conflict. You need to intercept the touch event and handle it for zooming image before PageFlip consumes it.