nachonavarro / Pages

📖 A lightweight, paging view solution for SwiftUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disable page turn when tapping

jimdube opened this issue · comments

Hi, this is an amazing package, thanks! Is there a way to modify the code to only allow page turning when swiping? I have views with .onTapGesture{} placed near the edge and it's causing the page to turn instead of performing the function I'm calling. I was looking at the files in this package but can't seem to figure out if this an be done.