How to get the start parameter when app starts from custom url scheme for
Android in Phonegap
I'm able to start the application, using the custom URL Scheme
<a href="myapp://customurl/?user_token=12345">Start My App</a>
The application lunches as usual, but i did need the key user_token=12345.
I had less experience with this framework, so don't get any work around.
Need help.
Secondly, Can i pass multiple keys using the Custom Schema ?
No comments:
Post a Comment