Skip to content
New issue

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

IPhone XS and XS Max (IOS 12.3.1) - cocos buttons don't get clicks in landscape mode #3571

Open
Fortis9777 opened this issue Aug 6, 2019 · 0 comments

Comments

@Fortis9777
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant