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
Latest Chrome Instant games gives issue: Failed to execute 'getGamepads' on 'Navigator': Access to the feature "gamepad" is disallowed by permissions policy.
Or maybe also add new flag to prevent call updateGameDevices() each frame in src/lime/_internal/backend/html5/HTML5Application.hx
if we don't need this feature?
The text was updated successfully, but these errors were encountered:
Latest Chrome Instant games gives issue:
Failed to execute 'getGamepads' on 'Navigator': Access to the feature "gamepad" is disallowed by permissions policy.
Possible fix in
src/lime/ui/Joystick.hx
Or maybe also add new flag to prevent call
updateGameDevices()
each frame insrc/lime/_internal/backend/html5/HTML5Application.hx
if we don't need this feature?
The text was updated successfully, but these errors were encountered: