All Projects → kakao → Web2app

kakao / Web2app

Licence: mit
tiny javascript library to launch a mobile app. from a webpage

Programming Languages

javascript
184084 projects - #8 most used programming language

Web2App Library

Launch a mobile app. from a webpage

daumtools.web2app({
	urlScheme : '',									// iphone : custom scheme
	intentURI : '',									// android : intent URI
	appName   : '', 								// application Name (ex. facebook, twitter, daum)
	storeURL  : '',									// app store URL
	willInvokeApp : function() {},					// function for logging
	onAppMissing  : function() {},					// fallback function (default. move to appstore)
	onUnsupportedEnvironment : function() {}		// fallback function
});

Warning : onAppMissing fallback function isn't working on android chrome, because chrome should use the intent.

Dependency : ua_parser

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].