Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle url in a clipboard better #984

Open
chrmod opened this issue Apr 23, 2020 · 1 comment
Open

Handle url in a clipboard better #984

chrmod opened this issue Apr 23, 2020 · 1 comment

Comments

@chrmod
Copy link
Member

chrmod commented Apr 23, 2020

Some applications like chats (for instance Telegram) don't offer share menu for links in the messages. Most of them offer a way to copy url to clipboard.

Browser user can past such url browser urlbar to open the page.
Firefox checks for url in the clipboard and offer a confinient button to load it without having to focus urlbar and pasting - this feature works fine but can be improved.

Is there any other way to improve this use case?

One proposition:

  • user focus urlbar
  • blur layer covers the page
  • (new) on the blur layer we show button to paste the value of the clipboard
@dominik-schmidt
Copy link
Contributor

The proposition could work, but I'd like to see this visualized before making a call.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants