Hey all,
So, I’m trying to have my Corona app launch from deep links. In native Android, you do like this: https://developer.android.com/training/app-links/deep-linking.html
I know that you can detect a uri from applicationOpen event, but that event only fires if the app is already in the background: https://docs.coronalabs.com/api/event/system/url.html
I’d like a way for my Corona app to capture the uri WITHOUT the app being in background. Is that possible without going native?