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

musicControl.destroy doesnt close the control in IOS #160

Open
josephlodero opened this issue Oct 15, 2019 · 2 comments
Open

musicControl.destroy doesnt close the control in IOS #160

josephlodero opened this issue Oct 15, 2019 · 2 comments

Comments

@josephlodero
Copy link

does anybody here in-counter this kind of problem?? in android its working fine but in ios its not

@andreveigaelias
Copy link

same problem

@imran538
Copy link

you can use and it will work
this.musicControls.updateDismissable(true);
setTimeout(() => {
this.musicControls.destroy().then((res)=>{

		},(err)=>{

		}); 
	}, 500);

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

3 participants