Compatibility mode that remaps touch events to mouse events #37
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Some content seems like it would work great with a touchscreen but for some reason ignores touch events. For these to work properly on tablet, we need to be able to intercept the touch events and pass mouse events to the activity.
Activities that seem to be impacted by this include:
(makes sense that they all have the same bug given their shared history)