Kaan Giray Buzluk
Results
2
issues of
Kaan Giray Buzluk
Hi, I'm testing some code that listens for the 'close' event on a DataConnection as follows: ``` connection.on('close', () => console.log('Connection closed.'); }) ``` The problem only occurs **when the...
Hi, I am working on a project that uses Deezer Javascript SDK. If my user agent is recognized as a mobile browser, the player does not play full versions of...