chemerisuk / cordova-plugin-web-share

Web Share API polyfill for Cordova
MIT License
13 stars 9 forks source link

On Android If quickly to tap share button many times, many sharesheet windows open at the same time #17

Open supermaximus80 opened 3 months ago

supermaximus80 commented 3 months ago

On Android If quickly to tap share button many times, many sharesheet windows open at the same time. How to prevent multiple sharesheet windows opening or multiple buttons clicking?

chemerisuk commented 2 months ago

I believe you can introduce a flag that will set to true as soon as share method is called and check if it’s false before calling share.

supermaximus80 commented 2 months ago

@chemerisuk

This helped me to solve the problem. Thanks.