top | item 32379191

(no title)

sumul | 3 years ago

Thanks for reporting. That's a known bug that I'll try to fix soon. Firefox on Android is doing something weird with the Web Share API [1]. In a nutshell, the API has two methods. The first is `canShare`, which lets you ask the browser if it can share the data you're about to give it. The second is `share`, which does the sharing. I only attempt to `share` if the browser gives me the green light via `canShare`. So basically Firefox on Android is saying, "yup this object looks good" and then "nope won't share it." If it just told me no in the first `canShare` check, it would gracefully fall back to just going straight to your clipboard, which is what happens in Firefox desktop browsers.

For now, you can use the little "Copy" button in the corner of the results text bubble area. That one just goes straight to the clipboard reliably.

[1] https://developer.mozilla.org/en-US/docs/Web/API/Web_Share_A...

discuss

order

No comments yet.