Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: reel scrolling gets "bypassed" if move the timeline of the video #128

Open
Olmo-Gutierrez opened this issue Feb 9, 2025 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@Olmo-Gutierrez
Copy link

Olmo-Gutierrez commented Feb 9, 2025

How to replicate:
0) Have "Disable scrolling reels" option activated in SCinsta

  1. Open any reel
  2. Press an hold on the timeline playback bar, and move the time
  3. Now you can scroll indefinitely until you exit that reel

Enviroment:

  • iPhone: 14 pro
  • iOS: 18.2 (22C152)
  • Instagram: v359.0.0
  • SCinsta: v0.6.0
@SoCuul
Copy link
Owner

SoCuul commented Feb 14, 2025

Hmm, this would require rethinking how I go about blocking the scrolling, but should be possible. Thanks for the report!

@SoCuul SoCuul added the bug Something isn't working label Feb 14, 2025
@Olmo-Gutierrez
Copy link
Author

Hmm, this would require rethinking how I go about blocking the scrolling, but should be possible. Thanks for the report!

Hey, may I ask what was your approach on doing so? I remember that when I used an android version that allowed you to change developer options, by trial and error I was able to get a feature that also achieved the blocking of scrolling reels.

I have no idea of ipa modding but could be a great project to try for sure :)

@SoCuul
Copy link
Owner

SoCuul commented Feb 15, 2025

The way I implemented it was pretty simple, but effective enough (at least I thought it was at the time haha). I just blocked the scrolling on the Reels player view controller.

self.scrollEnabled = false;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Backlog
Development

No branches or pull requests

2 participants