-
Notifications
You must be signed in to change notification settings - Fork 30
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
Key Events Horizontal Scrolling On Android #12728
Key Events Horizontal Scrolling On Android #12728
Comments
We could consider adding a method to Bridget to deactivate Android scrolling behaviour whenever someone attempts to horizontal scroll on certain elements in an article. There was a similar method available in the templates: https://github.com/guardian/mobile-apps-article-templates/blob/ae6d5dcb28ed5f6eecb4d91fe5375b03ac4a6bd6/ArticleTemplates/assets/js/bootstraps/audio.js#L90-L110 Android are going to investigate whether this would work on their side, and we're going to investigate how and when we would call this method on our side. |
From memory, some other horizontal-scroll element encountering issues on Android on DCAR:
We should retest these if making a fix on the Android end of things for Key Events. |
We're currently waiting for the Bridget PR guardian/bridget#172 to be merged so we can update DCR PR #12836 with the new Bridget version and start using the function. @arelra and I are also discussing the Bridget naming for the new service and function with the Android developers. |
There is a bug on Android that means it's not possible to scroll horizontally through the key events at the top of liveblogs and deadblogs. This does not affect vertical scrolling through the rest of the article.
The options for fixing this are as follows:
The text was updated successfully, but these errors were encountered: