Skip to content

[0.81] Increase the maximum number of pointers tracked at the same time on iOS to 17 #1156

@kelset

Description

@kelset

Target Branch

0.81

Link to commit or PR to be picked

facebook/react-native@58bd51e

Description

I'd be great to get this one in 0.81


Summary:
Changelog: [IOS][FIXED] - Raised the maximum number of pointers tracked at the same time to 17

The current pool of pointer ids that can be used at the same time has the size of 11, while the maximum supported by some of the devices is 17 - https://developer.apple.com/forums/thread/17606.

To reproduce this problem use the iPad pro and place more than 11 pointers on the screen - the app becomes unresponsive due to an infinite loop.

Differential Revision: D85345975

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type Pick RequestPick requests to include commits inside a React Native release

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions