EddyVerbruggen / Custom-URL-scheme

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

This plugin no longer works on cordova-android >=7. Fixable in one line, pls do it. #294

Open kakysha opened 5 years ago

kakysha commented 5 years ago

This guy figured out why this plugin stop working on cordova-android>=7 https://github.com/bytelabsco/Custom-URL-scheme, can you @EddyVerbruggen pls merge his changes? So many open issues with such an easy fix.

EddyVerbruggen commented 5 years ago

Happy to, but I'd like to know if that will break compatibility with older Cordova versions. Any idea? Or can you/someone test it?

kakysha commented 5 years ago

It probably does, cause they moved AndroidManifest.xml in recent versions, so older versions of cordova should still have it at previous location.

EddyVerbruggen commented 5 years ago

Yeah, that's what doesn't really make it an easy fix. We could create a new major release and add a note to the readme..

panoti commented 5 years ago

I forked a temporary use while waiting for the new version.

tobiaswaltl commented 3 years ago

Has there been any progress on this issue?

Phunky commented 3 years ago

@kakysha thanks for this post, the fork is working for us on Android where as the current release on this repo is not.