Document limitations for gestures on Android and iOS - #3519
Open
dishagrover-22 wants to merge 1 commit into
Open
Document limitations for gestures on Android and iOS#3519dishagrover-22 wants to merge 1 commit into
dishagrover-22 wants to merge 1 commit into
Conversation
Added limitations for gestures on Android and iOS devices.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added limitations for gestures on Android and iOS devices.
Added restrictions for iOS and Android when using a mouse with a scrolling wheel.
Limitations on Android & IOS real devices.
Description
The fact that no one uses a mouse with real devices means that this cannot be considered a bug.
When a customer connects a mouse to the system, they expect that the interaction will be in sync with the rest of the system elements. And during our testing, we identified that slow scrolling results in unintentional clicks.
Motivation and Context
To ensure that all customers are aware of its known limitation for now.
Types of Changes