EddyVerbruggen / Custom-URL-scheme

:link: Launch your Cordova/PhoneGap app by a Custom URL scheme like mycoolapp://
1.03k stars 367 forks source link

Adding Extras bundle to the URL as an json-string #176

Open Caine72 opened 8 years ago

Caine72 commented 8 years ago

Hi. Note: As i cannot run your latest version, it seems to be some corruption in the plugin.xml, i have not verified this on the latest src. only on 4.1.5 and patched the code by hand. But there should at most only be simple compile issues.

Reson for patch: I need to catch Extras data from a calling Intent. Hence this patch includes them as a JSON formatted string. Patch only covers this scenario from a warm start start ( i.e. app is already started) as it't the only time i need it caught. But it might be extended to the other cases in the same manner.