↧
How can we implement handleOpenURL functionality of iPhone in Titanium
How can we implement handleOpenURL functionality of iPhone in Titanium? iPhone Code is below:- (BOOL)application:(UIApplication *)application handleOpenURL:(NSURL *)url { if (!url) { return NO; }...
View ArticleAny getArguments equivalent in resume event?
I am using Ti.App.getArguments() to retrieve the query string in a custom URL called from Safari. If my app is not already running, this works fine. However, if the user switches apps and ultimately...
View Article