Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jbjorge/urlscheme

Plugin for usage of url-schemes on Android
https://github.com/jbjorge/urlscheme

Last synced: about 2 months ago
JSON representation

Plugin for usage of url-schemes on Android

Awesome Lists containing this project

README

        

urlScheme
=========

Plugin for usage of url-schemes on Android.

Enables the app to be opened from no.tim.orderevent://?put=your&arguments=here.

When the app is invoked from an url, the url it was invoked with is passed as an argument to a function you need to put in index.html, like so:


function handleOpenURL(invokationString) {
//do something with the invokationString
}