Community Questions & Answers

Connection Speed Detection

I have an issue with my app where I upload an image that when I attempt to upload at a size greater than 400px over EDGE the upload will fail. On 3G and Wifi the upload seems to work up to about 1000px (or more possibly). So I needed a way to detect the...

how to close xhr

Hi, in my iPad app i have a get request, do you know how can i close this request? example: i prepared and sent my connection: `xhr.send();` now how can i close this connection and send another request? thank you

Connection Refused - HTTPClient

I doubt this is related to titanium. I am using MAMP and I am trying to access a PHP file. It works fine in the iPhone emulator, but if I try it on the android emulator, I get a connection refused error in my onerror method. Anyone know why this is happening?

Stop a Connection (using suds)

Hello, With my application I use webServices in order to connect to a server so I create XHR connection, using Suds.js (KitchenSync). Because posible network problems, i need to stop the connection when a time (x seconds) is over (and send a error to the...

Titanium Studio updates via a proxy

After reading through all the posts about not being able to start Titanium Studio from behind a proxy, I have connected using a 3G card and assigned my proxy IP and port number (for HTTP, HTTPS and SOCKS). Titanium Studio now starts up fine. However, the...

Make a FTP connection

Good morning, i'm trying to make a connection with a FTP server in order to dowload and upload images from this server. My configuration: - titanium studio 1.0.1 - SDK 1.7.0 - Android mobile project for galaxy tab Is it possible to make this...

Titanium.Network.online reporting a false positive

The first line of my app.js reads, Titanium.API.info('Titanium.Network.online: ' + Titanium.Network.online); This prints out 'Titanium.Network.online: true', even if my WIFI is off (and I'm not plugged in). I am apparently getting a false positive on my...

webView timeout?

hello, when a webview loads a remote url, is it possible to check connection problems, e.g. set a timeout or monitor online status etc. what's best practice? thanks, uno

Showing 1-33 of 33