Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jbjorge/urlscheme
- Owner: jbjorge
- License: other
- Created: 2013-08-28T11:30:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-29T09:15:27.000Z (over 11 years ago)
- Last Synced: 2024-10-12T05:07:01.087Z (3 months ago)
- Language: Java
- Size: 125 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
}