### Introduction You can connect mouse to mobile devices via USB or Bluetooth but while working with generic view, hover events for that are not exposed. <h5>Example of discord app's usage for hover events:</h5> <img width="200px" src="https://user-images.githubusercontent.com/28831375/169609266-b0f70094-5209-48a4-a037-7eebdc8a20c5.gif"/> ### Reference Android OnHoverListener: https://developer.android.com/reference/android/view/View.OnHoverListener IOS UIHoverGestureRecognizer: https://developer.apple.com/documentation/uikit/uihovergesturerecognizer