-
Notifications
You must be signed in to change notification settings - Fork 32
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
Download buttons don't respond in "mobile view" with multi-image posts #31
Comments
Thanks for your feedback. I will try to fix this. But the priority of this issue will be low due to this script being targeted to the desktop user. |
I think i narrowed down the bug a bit further. This is happening in multi-image/vid posts. But mediaIdx becomes undefined in a call to getUrlFromInfoApi(). I verified with a kludgefix and the download button works again on multi-image/vid posts. I tried single video/image posts and that still works. |
Good finding, I have uploaded ver. 1.16.1 based on your feedback. Please update and help to check if the new version works. |
I noticed this issue on my Android running Firefox with Tampermonkey addon. The buttons don't respond when clicked on posts that include more than 1 image. DL buttons on posts with a single image works fine. DL buttons on stories work fine. DL buttons on Reels work fine. The only way to get the buttons to respond in a multi image post is to enable "view as desktop webpage" for the post. When the page reloads as the desktop version then the buttons are responsive.
I was able to reproduce this issue on my desktop windows machine running firefox by setting the user agent as firefox mobile and by narrowing the browser window so that Instagram uses the narrow mobile UI.
The text was updated successfully, but these errors were encountered: