Version: 55
OS: Android
What steps will reproduce the problem?
(1) Call navigator.share({url: 'https://example.com'})
(2) Choose Google Keep.
What is the expected output?
The URL is displayed in the Keep note.
What do you see instead?
The Keep note is empty.
There's a TODO to implement this in Blink's NavigatorShare.cpp. This also requires changes to the Mojo interface and hookup in ShareServiceImpl.java on the Android side. (ShareHelper has a url parameter so it should just be a matter of passing it in there where we currently pass null.)
Comment 1 by mgiuca@chromium.org
, Sep 8 2016