w3c / web-share-target

Web API proposal for receiving shared data
https://w3c.github.io/web-share-target/
Other
191 stars 20 forks source link

Incorrect Behavior in Chrome 72 #75

Closed VioletPixel closed 5 years ago

VioletPixel commented 5 years ago

This API is broken in Chrome 72 on Android. The value of theurl parameter is always blank and the value of the text parameter contains the URL. The title parameter seems to work just fine though!

issue
VioletPixel commented 5 years ago

Oh, I was also able to get the WebAPK to crash when sharing by only specifying the URL in my manifest, like this:

"share_target": {
    ...
    "params": {
        "url": "url"
    }
}

I believe this is related to the issue above, which is why I didn't create a separate issue for the crash, but I'm happy to do so if you'd like.

glennhartmann commented 5 years ago

Hi! Thanks for the report.

I'm not an authority on this repo, but I believe its purpose is to discuss the specification itself, and not any particular implementation.

Generally it's best to file Chrome implementation bugs (including Chrome for Android bugs) at http://crbug.com.

For now I've copied this into the Chromium bug tracker (I filed it as two bugs, but we may end up merging them).

http://crbug.com/914821, http://crbug.com/914822

ewilligers commented 5 years ago

Thanks Glenn. Closing here.