You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a button to show touch controls on devices that are not detected as mobile, but do support touch input. (E.g. for the iPad, or laptops with touch support).
This would require detecting if the device supports touch input through JavaScriptKit, then if the device is not mobile (!isMobile && supportsTouch), show a button (maybe beneath the score?) to show controller.
The text was updated successfully, but these errors were encountered:
Add a button to show touch controls on devices that are not detected as mobile, but do support touch input. (E.g. for the iPad, or laptops with touch support).
This would require detecting if the device supports touch input through JavaScriptKit, then if the device is not mobile (
!isMobile && supportsTouch
), show a button (maybe beneath the score?) to show controller.The text was updated successfully, but these errors were encountered: