UserInputService Fails to Fire InputEnded Signal on Android When Swiping Up into Task View

Description of Behavior:

On Android, UserInputService fails to fire the InputEnded event for the touch input of the finger which is used to swipe into Task View. This memory leak (?) causes issues in games that rely on this signal to function correctly (Including Roblox’s own mobile controls).

Expected behavior:

The InputEnded signal should be fired when the touch input ends, even if the touch is used to swipe into Task View.

Steps to Reproduce:

  1. On an Android device, open a game that utilizes the UserInputService to track touch inputs.
  2. Start a touch input by placing a finger on the screen.
  3. Swipe up from the bottom of the screen to enter Task View.
  4. Observe that the InputEnded signal is not fired for the touch input used to swipe up into Task View, breaking the controls.

System Information:
Device: Samsung Galaxy S24
OS Version: Android Version 14 (One UI 6.1)

Reproduction Rate: 100%

13 Likes

Thanks for the report! We’ll follow up when we have an update for you.

2 Likes