New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 635387 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Aug 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 2
Type: Bug



Sign in to add a comment

navigator.share should only be triggerable from user gesture

Project Member Reported by mgiuca@chromium.org, Aug 8 2016

Issue description

Version: 54
OS: Android

What steps will reproduce the problem?
(1) Run with --enable-experimental-web-platform-features.
(2) In an onload or setTimeout context, call "navigator.share({'text': 'shared text'})".

What is the expected output?
Should fail, because it was not triggered by a user gesture.

What do you see instead?
An intent picker is shown.
 
Status: Fixed (was: Assigned)

Sign in to add a comment