tomayac / fugu-greetings

A sample app that features a lot of Project Fugu šŸ” APIs.
https://tomayac.github.io/fugu-greetings/public/
Apache License 2.0
62 stars 8 forks source link

Do not show share button on desktop #15

Closed tomayac closed 4 years ago

christianliebel commented 4 years ago

Iā€™m not sure if/how we should mitigate this, as exposing the API although itā€˜s not usable is a browser bug in the first place IMHO. We could sure do user agent testing, but it doesnā€™t feel right.

tomayac commented 4 years ago

Meta bug for this: https://crbug.com/770595.

We could try... catch the error and in the error message point to the bug.

tomayac commented 4 years ago

The API is only exposed when the experimental web platform features flag is set. Closing then.