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

Make Links in description clickable #62

Open
4 tasks done
jangrewe opened this issue Jan 10, 2018 · 0 comments
Open
4 tasks done

Make Links in description clickable #62

jangrewe opened this issue Jan 10, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@jangrewe
Copy link

  • I have verified there are no duplicate active or recent bugs, questions, or requests.
  • I have verified that I am using the latest version of MaterialStyledDialogs.
  • I have given my issue a non-generic title.
  • I have read over the README and Wiki (before asking questions on how to do something).
Details
  • MaterialStyledDialogs version: 2.1
Reproduction Steps

Thanks for your library! I've been using the stock Android one until now and wanted to start using your project to get a nicer design for my dialogs, but unfortunately i can't get links in the dialog's body to be clickable.

With the stock dialog i used this to make them behave like you'd expect from a link:

((TextView) myDialog.findViewById(android.R.id.message))
                .setMovementMethod(LinkMovementMethod.getInstance());

Any hints how to accomplish this / which ID to use? Maybe you could also add native support, like the original project: https://github.com/afollestad/material-dialogs/blob/master/core/src/main/java/com/afollestad/materialdialogs/DialogInit.java

@javiersantos javiersantos added the enhancement New feature or request label Feb 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants