-
Notifications
You must be signed in to change notification settings - Fork 41
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
Android users visiting /firefox/
pages get enabled Install buttons
#12293
Comments
@jvillalobos The button being enabled when incompatible definitely sounds like a bug that we should fix. For the other part, we generally don't second guess users based on URL parameters. Whether that's client application or locale. One way we could deal with this is to set a banner to inform the user they're viewing a page that doesn't match their platform. They would then have the option to follow a link to see the same page for the correct client application or optionally we could also add a cookied "don't show this again" to not ever show that banner again whilst the cookie is present. |
Fixing the install button and adding the banner sounds like a good approach to me. |
This issue has been automatically marked as stale because it has not had recent activity. If you think this bug should stay open, please comment on the issue with further details. Thank you for your contributions. |
This is still an issue: https://addons.mozilla.org/en-GB/firefox/addon/update-scanner/ shows an install button on Android, despite the add-on being marked as incompatible. |
Just added this to a Q4 project related to this problem. It's a secondary goal, so it's okay to drop if there isn't enough time to cover it. |
@bobsilverberg thanks for looking at this. Unfortunately the recent changes haven't fixed this issue. I now see the yellow warning when browsing the amo/firefox section, but the "Add to Firefox" button is still enabled. The install button should always be disabled on the Android platform if the addon is not compatible with Android. STR:
Expected behaviour:
Actual behaviour:
|
@sneakypete81 This fix has not been deployed to production yet. The fix should be there after the push on Thursday, November 14th, which happens around noon EST. |
Ah, ok. Thanks, I'll be patient! |
@bobsilverberg Verified on dev with FF68.2.0 (Android 8.0) |
This might be a duplicate, but I couldn't find it. It came up again in this Discourse thread.
The problem is that Android users may end up on a
/firefox/
link on AMO because that's how it's generally linked to online. When a/firefox/
page is visited on Android, the Install button is enabled even if the add-on is not compatible.Maybe we should redirect Android users to
/android/
, or make the buttons check for device compatibility regardless of the platform in the URL, or both.The text was updated successfully, but these errors were encountered: