@k0rs4r wrote:
Hi all!
I found issue on latest Galaxy S5 with Android 5.0 in default browser.
My game is not touchable after loading and showing main menu. This is not throw any errors, and game works fine on Any others devices or Android version, or even in Chrome on this device.
This is not only with one game. but with each of my cocos2d-js game since 3.6 at least.
Any ideas, maybe some one solve it early?I'm using default code for button:
this.buttonPlay = new ccui.Button(); this.buttonPlay.setTouchEnabled( true ); this.buttonPlay.loadTextures("buttonPlay.png","","", ccui.Widget.PLIST_TEXTURE); this.buttonPlay.addTouchEventListener( this.pressPlay, this); this.addChild( this.buttonPlay );
Posts: 1
Participants: 1