nchutchind / cordova-plugin-app-launcher

Simple Cordova plugin for launching apps.
MIT License
88 stars 92 forks source link

Design question and enhancement. #32

Open jaybowman opened 3 years ago

jaybowman commented 3 years ago

I'm working on adding some features to a cordova app that's not available through cordova hybrid app. So what I want to do is use your launcher to call a java library I've built and included my aar file in the android build project. Called the activity with intent extra data, this works fine. Now I want to do the same thing for IOS. Is this possible or will your plugin need some modifications to do this. I have not yet coded the IOS library.