Skip to content

stillenklipse/EjectaCheckUrl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

EjectaCheckUrl

Checks if application is available on iPhone then allow you to open it via the url.

Add the files to the ejecta project in the Source/Ejecta/EJUtils folder. Make sure they are added to the project to be compiled.

Example Usage:

if( window.ejecta ){
    var OpenUrl = new Ejecta.OpenUrl('fb:');
	if(OpenUrl.isUrlSafeToOpen() == "true"){
	  OpenUrl.openPassedUrl();
	}
}else{
  console.log('facebook not installed')};
}

You can search URL Schemes here: http://handleopenurl.com/

About

Checks if application is available on iPhone then allow you to open it via the url.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published