Closed cydd007 closed 5 months ago
Here is the version list. rexplugin 1.80.x are for phaser3.80.x rexplugin 1.60.x are for phaser3.60.x
Therefore, it is better to upgrade phaser3 to latest version (3.80.1)
I tried to update phaser to 3.80.1, but the problem still exists. The generated panel can respond to clicks correctly, but it cannot respond to sliding scroll events.
No idea if code is exactly the same as the codepen demo. Might try the solution C which set scene.input.topOnly to false.
No idea if code is exactly the same as the codepen demo. Might try the solution C which set scene.input.topOnly to false.
I tried it just now, but the problem still exists.I suspect it is my use environment.I can scroll if I don't use the ionic environment, but I can't scroll in the ionic7+VUE3 environment.I'm going crazy.
What is the status of this issue, solved or ignored?
The following is the code I copied completely from the Demo, but it can't be scrolled.There are no errors in the console。 Is it a problem with my phaser version or my ionic version?My use environment is ionic7/vue3+phaser3.60.0.