kevinvella

Results 10 comments of kevinvella

Can this be solved by using *ngIf to not render the uploader on the server like: ``` Drag & Drop or choose file(s) ```

Hi @sacOO7, What information do you need? Running platforms, etc...?

Hi @sacOO7 Created a simple repository containg a console application and a xamarin forms application containing both android u ios. Repository here [https://github.com/kevinvella/Socket-Cluster-Test](https://github.com/kevinvella/Socket-Cluster-Test) The exception that occurs on the xamarin...

Connected to localhost with following `socket = new Socket("ws://127.0.0.1:8000/socketcluster/");` With the following it doesn't connect `socket = new Socket("ws://localhost:8000/socketcluster/");` Also tested with ``` Task.Run(() => { socket.Connect(); }); ```

Will check later. One more thing on the console app i'm able to connect to the socket using the domain name as in `socket = new Socket("ws://localhost:8000/socketcluster/");`

Hi @sacOO7 , Sorry for not posting any sooner. I haven't had any time to test. I switched to PureSocketCluster and it worked due to a project time constrains. I...

Ok. Thanks. If i have time, i will also take a look

Hi @sacOO7, Ok. just fyi the hosting provider of the test app is evennode.com.

I have the same problem but in TinderCardDirective. Open an other issue