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

Long-pressing links should allow to copy just the link #157

Closed
da2x opened this issue Oct 29, 2014 · 2 comments
Closed

Long-pressing links should allow to copy just the link #157

da2x opened this issue Oct 29, 2014 · 2 comments
Labels

Comments

@da2x
Copy link

da2x commented Oct 29, 2014

  1. Send some text plus a link plus some more text in a message (“hello http:https://example.com world”)
  2. Long press on the link (keep your finger pressed until a menu pops up)
  3. Release finger

Expected: A context-menu with these options: Copy Link, Copy Message, and Resend Message.
Actual: Context-menu with Copy, Resend, Cancel is opened. App is sent to background when finger is released as the link is then also opened in the default browser.

PS: Cancel is not needed in this menu as the entire remainder of the screen is one huge cancel button.

@ge0rg
Copy link
Collaborator

ge0rg commented Oct 29, 2014

Unfortunately, the tapping behavior of link-enabled text elements in Android is f*****g horribly broken! Have a look at Android issue 3414 if you are really really bored, this goes back to 2009. And yes, I tried the described workaround, it does not work.

Regarding the cancel button, you are right. Removing it now.

@da2x
Copy link
Author

da2x commented Oct 29, 2014

Oh, that issue looked quite painful. Leaving this issue open as this should be fixed. Somehow.

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

No branches or pull requests

2 participants