Attempted to send a second callback for ID: LaunchMyApp Result was: "Invalid action" · Issue #90 · EddyVerbruggen/Custom-URL-scheme · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hope you can help me with this...
I'm having trouble making the LaunchMyApp plugin to work for my cordova app...
I am using visual studio 2015 rc with cordova 5.1.1. I also have android sdk tools 24.2.0 as the sdk 24.3 was having issues compiling the code and I'm running with an LG Nexus 5.
I'm receiving the following error:
W/CordovaPlugin(15536): Attempted to send a second callback for ID: LaunchMyApp1588946822
W/CordovaPlugin(15536): Result was: "Invalid action"
I can't make the plugin to really open my app...I tried testing from chrome by entering my url scheme in the address window ( myappurlscheme:// )
I assume the error above is the source of the problem.
I also tried creating another app and calling window.open('myappurlscheme://','_system');