JenovaSolier
JenovaSolier
``` `let qrLogo = new IQrCodeWithLogo({ content: contact.linkURL, width: 380, image: image, logo: { src: this.remoteUrl+ imageName + '.png' } });` ``` when I can't download the logo, I don't...
### Cocos Creator version 2.4.4 3.8.2 ### System information Android 10 ### Issue description Hi Cocos Developers ! I using Cocos to develop a game lobby. But I got an...
Before button preload, this _sprite is null and it can't be update sprite transition if you change it interactable from other logic. Re: # ### Changelog * fix: update button...