Swipe coordinates were hardcoded for 1080x2400 screens, causing scrolls to fail on devices with different resolutions. Now reads screenWidth and screenHeight from DeviceInfo and computes coordinates proportionally.
Swipe coordinates were hardcoded for 1080x2400 screens, causing scrolls to fail on devices with different resolutions. Now reads screenWidth and screenHeight from DeviceInfo and computes coordinates proportionally.