Jerry

Results 5 comments of Jerry

Awesome guys! Based on @ndob 's work, here is the latest: https://github.com/xChat/titanium-socket.io-client/blob/master/socket.io_working_reformatted_v1.4.5.js

@DouglasHennrich Ye, using it with a v1.4.5 server on the node server side, both iOS and Android working fine for me at the moment. It's for titanium / appcelerator projects...

@jvega2k Hi, you will have to use the websocket protocol with tiws module. eg. io('https://server.ip:1234', { transports: ['websocket'] }); The second parameter is a must. Please keep me posted. Thanks.

io('https://server.ip:1234', { transports: ['websocket'] }); Need to use websocket transport only. Thanks. On 30 Mar 2016 6:37 am, "Lorenzo" [email protected] wrote: > I'm trying to use that library but it...

You need to use the Alloy project template, otherwise just define your own OS_IOS which just a boolen true if running on iOS, thanks. Do the same for OS_ANDROID too....