-
Notifications
You must be signed in to change notification settings - Fork 534
Issues when url launches another plugin on iOS #59
Comments
When you click on the link - app is launched with controller If in
then I think it's wrong, because you are closing controller and then sending result. But if you execute If you want to send results from controller But as I said, I might be missing some piece of the puzzle. If I do - please, correct me :) |
Hi @nikDemyankov thanks for your response. I will try to explain my question better. app is launched with controller A - this is Cordova's VC.
but this works if I open the normal way (clicking the icon on the homescreen). |
Thanks for clarification! Then your code seems correct and should work... But yes, maybe sending result to the page before closing VC might do the trick. Although, I doubt that... I suggested that, because thought that you are closing controller B from B, not from A. |
👋 Hi! Thank you for your interest in this repo. 😢 We are not using nordnet/cordova-universal-links-plugin anymore, and we lack the manpower and the experience needed to maintain it. We are aware of the inconveniece that this may cause you. Feel free to use it as is, or create your own fork. 🔒 This will now be closed & locked. ℹ️ Please see #160 for more information. |
I believe this is not an issue with this plugin, but I hope maybe someone has managed to solve such a problem before and can help:
Has anyone tried to use this plugin to launch another plugin that presents a UIViewController?
please check out this SO question
clarification:
in my
didLaunchAppFromLink
I route my (backbone) app to start another plugin that usespresentViewController
to present a camera screen over my cordova app.Any feedback would be appreciated,
Thanks!
The text was updated successfully, but these errors were encountered: