Community Questions & Answers

Android URL Scheme (launch app from URL)?

Does anyone know if either I'm doing this wrong or custom URL schemes are not working? I'm basically trying to launch my app from a URL from any other app (web browser, email etc.). Here's the code I'm using in my manifest (I've tried putting it in...

Desktop URI Schemes (eg. myapp://...)

I'm not exactly sure what they're called, but I've seen them referred to as URL Schemes or URL Protocols. I'm looking to setup a URL protocol so that browser links using it can point to my OS X app (something like **myApp://login/...**). I've found a few...

Test the presence of an application on the devise

Hi, my purpose is to test if I have an application installed on my devise. e.g.: I have a button on my app that on click event, test if an application named "AppX" is installed on my iPhone or Android, if yes, it will open it. Else it will open...

Login to facebook with Facebook App

Hi, is it also possible to login to Facebook by using the Facebook App if installed? I cant get this to work. Everything works fine but I get the popup window for logging into Facebook while lots of other apps make you login by switching to the Facebook...

if gps is turned off, can I turn it on?

if the user has his GPS turned off, how can I prompt the user to turn it on on iPhone and Android? I mean, can I open the settings, so he can immediately turn it on? I understand that I can not turn it on using my own code(is this true on iOS?)

Opening Native Map Application, iPhone

Hey everyone. I am working on an App that enables the user to get directions using the Native iPhone App, It is currently working but i am facing one problem. The native iPhone mapping application loads with both the currently and destination places...

Target Specific file with URL

Hello all, I am trying to replicate something that apps like Facebook do with their URLs. For example, in order to get to your Facebook feed, within their app it's something like ~~~ facebook://feed ~~~ I wanted to replicate something similar but I am...

ACS Password Reset URL / Custom Branding

When resetting a password using ACS it sends the user off to a URL such as https://cloud.appcelerator.com/users/reset_password with a token id to reset the password. Does anyone know if it is possible to brand this page or create a custom password reset...

ACS Password Reset URL / Custom Branding

When resetting a password using ACS it sends the user off to a URL such as https://cloud.appcelerator.com/users/reset_password with a token id to reset the password. Does anyone know if it is possible to brand this page or create a custom password reset...

Default

For ios. var url = "skype://" Using this we can directly open skype if that skype application is in your iphone. question is HOW to OPEN Default CLOCK using this type of url ?

Live wallpaper form iPhone

Hello, Good Morning, Thanks in Advance.... Anybody have a idea how to create a live wallpaper for iphone device. with using of Titanium. Please give me idea and source code for that. Thanks....

Netflix - Custom URL Scheme

Hi folks, I am developing a Netflix based App and I really need to use their Custom URL Scheme to open the Netflix App from mine. I managed to do it correctly when opening a movie, but not a tv serie, like Dexter or Breaking Bad for example. I am guessing...

Make a call on ANdroid

Hi all, I am trying the following code for making a call on android , but nothing is happening. My code is ~~~ var telephone=Ti.UI.createLabel({ top:110, left:5, width:'auto', text:'Telephone : 12345678 (Monday to Friday 8 am - 8...

Link to FaceBook website on iOS6

For a project I'm using openUrl() to open a FaceBook page. I want it to open the FaceBook website but on iOS6 I always get the native FaceBook app without the proper page. Is it possible to force the link to the browser? I can understand that the app...

Invalid URL scheme when validating app

At some point since I last released a version of my app to Apple's iTunes service something has changed in either XCode or Titanium. I used to have no problems publishing my app, but now when doing so Titanium builds the app without a problem, but when I...

Open native maps with adress?

Hi, i've found nothing about this topic ... How i can open native maps on iPhone with a specific adress? dont know like: 12345, Example City, Example Street 10 What do i have to call?

Custom URL Scheme - Android & IOS - Alloy

Hi, We're trying to implement the custom URL scheme for our Titanium App in both IOS & Android platforms. Is there any way to use the custom URL scheme, to launch the app from URL in IOS & Android? I read earlier questions in this forum for IOS...

url scheme android

Hi, How to work with url scheme on android. i have a webview which contains myapp://param and i want to execute a specific code depending on params... im using titanium sdk 3.1 thanks

link in webview

Hi, i have a webview in my android app. is it possible to get the link i click inside the webview and execute a specific native code ? thanks

Showing 1-50 of 10,276 1 2 3 4 5 6206