EddyVerbruggen / Custom-URL-scheme

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

Fix issue: Capacitor MainActivity cannot extend CordovaActivity #316

Closed barrcodes closed 4 years ago

barrcodes commented 4 years ago

MainActivity extends CapacitorActivity in a capacitor project. However, this.cordova.getActivity() returns an Activity with the correct intent. https://github.com/ionic-team/capacitor/issues/1091

EddyVerbruggen commented 4 years ago

Thanks on behalf of users of this plugin! I've now published this change.