chemerisuk / cordova-plugin-web-share

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

Prevent NullPointerException on Android #16

Closed juriseelmann closed 1 week ago

juriseelmann commented 8 months ago

Added null check to prevent a NullPointerException (which causes the app to crash) on Android devices.

fredriksthlm commented 4 months ago

@chemerisuk can you please merge this one? Cause we see this crash occasionally

chemerisuk commented 1 week ago

Thank you!