Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

startapp.start callback methods not working in Ionic 3 #135

Open
pravinCignex opened this issue Aug 21, 2019 · 1 comment
Open

startapp.start callback methods not working in Ionic 3 #135

pravinCignex opened this issue Aug 21, 2019 · 1 comment

Comments

@pravinCignex
Copy link

pravinCignex commented Aug 21, 2019

Hello lampa,

i am trying to open external app with some callback activity. so for that below is my code.

this.appStarter = (window as any).startApp.set({ "application": appId });

this.appStarter.start(function (){
    alert("Success Callback");// any other code also not working here.
}, function(){
    alert("Error Callback");// any other code also not working here.
}); 

In Above code success callback and error callback are not working in both method startApp.check() and startApp.start()
Note: external app is opening successfully.

Is there any other way to execute callback methods?

@lampaa
Copy link
Owner

lampaa commented Oct 8, 2019

@pravinCignex Hi!. alert() not working in cordova, but callbacks should work exactly, check via console.log()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants