Questions tagged [web-share-target]
4 questions
1
vote
0 answers
Return to the previously opened application in PWA
I am working on developing a Progressive Web Application (PWA) that has a feature allowing it to receive URLs shared from other applications (using share-target api). Currently, when a user shares a URL with my PWA from another app, it automatically…

Seydulla Narkulyyev
- 23
- 3
1
vote
1 answer
Unable to get the file when using Share Target API
I have a PWA and want share phone images with it...
Let's say, someting like this example app https://scrapbook-pwa.web.app/ available here https://github.com/GoogleChrome/samples/tree/gh-pages/web-share
I have the current content on…

Jackson D
- 130
- 6
1
vote
0 answers
How to implement file sharing with Web Share API in Nuxt with @nuxtjs/pwa
I'm having a hard time to implement sharing an image to my nuxt PWA app. Sharing text was a piece of cake with a simple GET request. But my problems start as soon I as change to a POST request and a service worker is necessary to handle the…

André Ferreira
- 11
- 1
0
votes
1 answer
PWA - Web Share Target "property 'action' ignored, should be within scope of manifest"
My Web Share Target does not work, I get the error "property 'action' ignored, should be within scope of manifest" when my PWA gets installed.
In the manifest.json I have configured the share_target as below:
"share_target": {
"action":…

Stef Chäser
- 1,911
- 18
- 26