Tag: web-share-target
-
Jeremy Keith’s proposal for the Web Share API
Jeremy Keith: So that’s my modest proposal. Extend the list of possible values for the type attribute on the button element to include “share” (or something like that). In supporting browsers, it triggers a very bare-bones handover to the OS (the current URL and the current page title). In non-supporting browsers, it behaves like a…
-
Testing inconsistent Web Share Target API data with a Progressive Web App
One of the latest things I’ve been working on for Unmark is turning the app into a Progressive Web App (PWA). Among other benefits, this affords Unmark the capability of being a “Web Share Target” on Android. (Sadly, only Android for now) A Web Share Target is very similar to a feature you likely use…