We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cocos version: 3.8 IOS version: 12.3.1 Devices: IPhone XS, IPhone XS Max
Hi! There is a strange problem with buttons on IPhone XS and IPhone XS Max - cocos buttons are not working only in Landscape mode. Cocos version 3.8.
The same problem is in PIXI js engine, but there is workaround:
canvas.focus(); canvas.tabIndex = 1;
It seems that canvas is not in focus and lost its tabIndex I've tried the same fix in cocos but it doesn't work.
What could be the problem with?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Cocos version: 3.8
IOS version: 12.3.1
Devices: IPhone XS, IPhone XS Max
Hi!
There is a strange problem with buttons on IPhone XS and IPhone XS Max - cocos buttons are not working only in Landscape mode. Cocos version 3.8.
The same problem is in PIXI js engine, but there is workaround:
canvas.focus();
canvas.tabIndex = 1;
It seems that canvas is not in focus and lost its tabIndex
I've tried the same fix in cocos but it doesn't work.
What could be the problem with?
The text was updated successfully, but these errors were encountered: