Groups
Groups
Sign in
Groups
Groups
Titanium Desktop Transition
Conversations
About
Send feedback
Help
Change application url
76 views
Skip to first unread message
Alex Casanova
unread,
Jul 4, 2012, 8:47:03 PM
7/4/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to titanium-desk...@googlegroups.com
Is there a way to change an application's url property? I'm trying to use a js framework(angularjs) that loads views based on hash changes to the url.
Thanks
Michael Battalio
unread,
Jul 22, 2012, 6:57:44 PM
7/22/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to titanium-desk...@googlegroups.com
Do you mean changing the main window or current window url? If so then yes you can by using either:
Titanium.UI.currentWindow.setURL("your url");
or something like
var mainWindow = Titanium.UI.getMainWindow();
mainWindow.setURL("your url");
"Your url" could be anything I suppose http or "app://..."
Reply all
Reply to author
Forward
0 new messages