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

when I share through whatsapp in IOS device , it is redirecting me on whatsapp App but also opening an extra tab which is not required, what can I do this case? #497

Open
ShivamChaudhary18 opened this issue Jul 5, 2023 · 2 comments

Comments

@ShivamChaudhary18
Copy link

No description provided.

@ShivamChaudhary18
Copy link
Author

Any update on this issue ?

@ShivamChaudhary18
Copy link
Author

const shareDialog = window.open(
url,
'',
Object.keys(config)
.map(key => ${key}=${config[key]})
.join(', '),
);
If we change this peach of code by this :

const shareDialog = window.open(
url,
Object.keys(config)
.map(key => ${key}=${config[key]})
.join(', '),
);

Then it will work fine

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

1 participant