Add a "share" button in addition to the "save" button in the app bar for browsers that support Navigator.share() to allow users to directly share PDFs from Doclight to other apps. Checking to see if navigator.share exists should be sufficient for feature detection.
Add a "share" button in addition to the "save" button in the app bar for browsers that support
Navigator.share()to allow users to directly share PDFs from Doclight to other apps. Checking to see ifnavigator.shareexists should be sufficient for feature detection.