webdeveloper0429

Results 13 comments of webdeveloper0429

Same issue here. CSS is refreshing continuously so I can't inspect element styles. You can confirm whether it is refreshing in the CSS `computed` tab. In the computed tab, you...

I got same issue. It seems, web socket was disconnected. in console.log there is 'connection aborted'. so I wrote this code ``` websocketsclient.serviceHandlers.reconnecting = function (retry) { console.log('reconnecting'); return false;...

@shaikhussian , do you have same issue?

I have no idea to solve it, do you have any suggestion?

@svandenhout thanks for your reply. so where style do I insert backgroundColor: 'transparent'?

@jrwm! Did you fix issue on your github source code? So is it possible to use your component without any adding style?

Hi. Did you fix this issue? I have same issue. ![untitled](https://cloud.githubusercontent.com/assets/22740206/20869891/c28a7b52-ba8d-11e6-9ff7-27f100b92b05.png)