Skip to content

Latest commit

 

History

History
62 lines (44 loc) · 2.68 KB

README.md

File metadata and controls

62 lines (44 loc) · 2.68 KB

Web Share Demo

Try it out: https://scrapbook-pwa.web.app/

This is a small progressive web app demo that shows off the use of three emerging web platform features:

All media files are stored locally in the browser using the Cache Storage API. Media shared to this web app is not backed up anywhere—please keep this in mind before deleting something. Anything you'd like to keep should be shared to a more permanent location.

Requirements

To fully use this web app, you need a combination of browser and operating system that supports the underlying APIs. As of Oct. 2019, that's limited to Chrome on Android.

Before you can receive incoming media files via the Web Share Target API Level 2, you need to add the web app to your home screen. This will register it as a share target with the operating system, and you'll start seeing it in the list of available share targets when you attempt to share supported media from a local application (e.g. a photo gallery).

Technologies Used

License

Copyright 2019 Google, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.