I never would have imagined that loading a setlist versus individual song would have caused the issue, as I just happened to only be loading individual songs lately when testing the feature out. Thanks for pinpointing the cause of the issue. From what I can see, it appears that MobileSheets is always acting like the bar is at the 50% point even after you drag it somewhere else. You can verify this by dragging near the middle, and if you drag in the right place, you'll see the line move. So it's a weird disconnect between what is being shown and the logic for detecting the tap on the bar. I'll get to the bottom of it.
Thanks,
Mike
UPDATE:
I found the responsible code. The tap detection is looking at the current page among all pages in the setlist when obtaining information about the half page turn position versus looking at the page number relative to the current song.
Thanks,
Mike
UPDATE:
I found the responsible code. The tap detection is looking at the current page among all pages in the setlist when obtaining information about the half page turn position versus looking at the page number relative to the current song.