notifications icon indicating copy to clipboard operation
notifications copied to clipboard

Consider removing maxActions

Open hober opened this issue 8 years ago • 17 comments

ISTM exposing maxActions increases the fingerprinting surface of the platform to little benefit. It might be worth dropping, or perhaps not requiring implementations to expose it.

hober avatar Oct 11 '17 17:10 hober

In my view, the ideal number of buttons is platform (and OS version) specific as it largely depends on their presentation. Influencers include whether or not button icons are visible, horizontal or vertical stacking and/or whether they're in a drop-down menu that may hide other functionality.

Based on the sort of cross-platform inconsistency problems that developers run in to for notifications, I would personally prefer providing more information rather than less. Maybe even carefully erring towards some sort of getCapabilitiesAndImageResolutions() call. Is there a particular fingerprinting association that you're worried about that couldn't be derived from the user agent?

beverloo avatar Oct 11 '17 17:10 beverloo

The other problem with this feature, and actions in general, is that it seems there's only one implementation.

annevk avatar Feb 27 '18 11:02 annevk

I would love to learn why other vendors haven't implemented support for actions. We're seeing that >5% of desktop and >10% of mobile notifications includes at least one.

beverloo avatar Feb 27 '18 12:02 beverloo