vue-navigator-share icon indicating copy to clipboard operation
vue-navigator-share copied to clipboard

Web Share API navigator.share problem when canceling share dialog IOS and Android

Open alexandar87 opened this issue 5 years ago • 1 comments

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

alexandar87 avatar Mar 03 '20 15:03 alexandar87

I think this is related to this error on native implementation https://mdn.github.io/dom-examples/web-share/

rodriguezmanu avatar Sep 29 '20 14:09 rodriguezmanu