'Redirect' to another window?
So at the top of "app.js" i have a little utility js file of mine that checks Titanium.App.Properties to see if the user is logged in if not then I open a window that points to "login_form.js" once I...
View ArticleiPad Facebook Login
Hi I want to use the Facebook login on the iPad. The button opens Safari with the proper url, the user clicks on "OK". Now the user should be redirected to the app, but I only get a popup: "Safari...
View ArticleNavigation: get the previous page
Hello Does anyone know how you can see which page navigated to the current page? So which the previous page was (the sender)? I have an application where you have to choose a person and you get a list...
View ArticleRedirected URL for image not working in createImageView
I am working in an app which receives image from a server through a URL. The image didn't load in the imageView but worked fine when I used webView. var imageView = Ti.UI.createImageView({...
View Articleinternal ec2 ip redirect after install
Just a heads up. Installed titanium dev just now and after the sign up page I was redirected to...
View ArticleIs HTTPClient redirect supported in sdk 1.8.0.1?
Hi all, I'm working with titanium to develop an iPad application. I have an HTTPClient that works with a CAS that authenticate the request and then redirects it to the data to retrieve. My code works...
View Articlewebview follow redirects
I'd like to know how to follow redirects in Appcelerator. I have an app that makes an XHR request to a webservice, which returns a url. That url may or may not redirect to another URL. When I open the...
View ArticleDetecting of url changing in a webview
Hi, for a oauth project I need to fish out a parameter from redirected URL In this way I start a webview I try to listen to all redirects: var webview = Ti.UI.createWebView({ url : url });...
View ArticleNetwork Connection HELP Needed
For my app I should check if the network connection status is "Online". I check it with HttpClient. But sometimes there is network connection available but it requires authentication, so it is...
View ArticleiOS, HttpClient, POST with 302 redirect
Hi, I'm having a problem with HttpClient. Everything is working fine on simulator but on iphone 3GS(5.0.1) I get "request failed because redirected too many times". On my apache access logs I see that...
View ArticleFunction to check idle time of user
Hey People, Simple question, is there a function to check the idle time of the user? I want to redirect the user to the login page if he's idle for over 5 minutes. Kind Regards, Niels PS: If there is...
View ArticleButton onClick Redirect???
i Need the onclick event to redirect the button click to another .js file. including if i have to add anything in the app.js i am a newbie just trying to learn this. thanks in advanced and see you at...
View ArticleImproper URL encoding for 302 FOUND on 1.8
Under the 1.8 sdk the (already URL encoded) "location" value of the 302 found response is then URL encoded again. I have only tested this on iPhone (emulator and device, for 1.8.0.1 and 1.8.1 sdk). For...
View ArticleHow to preserve the tabgroup in all js files while redirecting???
Hi all! I have two tabs one is Home and other one is partners, on home page I redirecting to sign up page against sign up event listener. and when sign up comes up, the tabs vanished. how can I...
View Articleshow activity indicator in one window and then redirect to another window
i have two files one inserts data and other shows it in tableview i want to update the data in the first file and then redirect the use to updated data while data is being updated i want to show th...
View ArticleCan Link to a page without creating it in the current page?
Hello, I tried to search for this only and on this site, but didn't see any signs of it. my question is: Can you link a button action 'Click' to the next page you want to load without creating the next...
View Article