This PR removes a dedicated orientationchange listener for iPads, which was apparently added due to iPads not triggering resize events in response to rotating the device. This special handler failed to account for multiple workspaces, but I confirmed on an iPad that rotating the device triggers regular resize events as expected, so I've removed the workaround entirely.
The basics
The details
Resolves
Fixes #397
Proposed Changes
This PR removes a dedicated
orientationchange
listener for iPads, which was apparently added due to iPads not triggeringresize
events in response to rotating the device. This special handler failed to account for multiple workspaces, but I confirmed on an iPad that rotating the device triggers regularresize
events as expected, so I've removed the workaround entirely.