Juts wondering if I might need to change my code for the html5 export, or if it should work the same as the native version.
When testing in the player, everything works fine. Once I export to html5, I touch the start button in my game and after scene change, it won't respond to the next touch.
Any help would be awesome
Thank you!
Comments
https://github.com/gideros/gideros/issues/333
Thank for the link, but that issue is related to key presses. I've had that problem before, but this is different.
Since I'm clicking / touching the screen, the window should be in focus.
It works the first time, but after changing scene doesn't seem to register the touch anymore.
Maybe it isn't that because everything still works in the player though, hmm.
Yeah, I'm not really sure what is causing it - in scene1 I click a button so that gets lost, then in scene2 a new listener is added, which works fine in the player but not html5.
Likes: totebo
I've recoded a bunch of stuff and everything is working fine now ... not too sure what the problem was
Likes: hgy29, antix