vue-navigator-share
vue-navigator-share copied to clipboard
Web Share API navigator.share problem when canceling share dialog IOS and Android
When using MOBILE SHARE (navigator.share), canceling the Share flow causes an unexpected error to appear. The message can be acknowledged and user is allowed to proceed but this error response is unexpected.
STEPS TO REPLICATE
1.Tap the SHARE icon to initiate the share dialog then:
2.a on iOS, find and tap the close [ x ] control in the upper righthand corner of the dialog to dismiss
2.b on Android, swipe the share overlay down (or whatever way to close/exit this dialog?)
3.The error "AbortError: About due to cancellation of share" appears when:
on iOS, immediately on cancellation
on Android, when attempting to re-engage the Share control.
The error message: www.example.com says: AbordError: Share canceled
I think this is related to this error on native implementation https://mdn.github.io/dom-examples/web-share/