eschao / android-PageFlip

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

Zooming functionality #20

Closed uyilmaz closed 7 years ago

uyilmaz commented 7 years ago

Is it possible to add pinch-zoom functionality without breaking existing touch listeners?

eschao commented 7 years ago

I don't have plan add pinch-zoom function since you can implement it by yourself. zoom function is not related with page flip. You can intercept touch event and complete zoom function before passing these events to page flip class.