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
Provide a dialog option to make dialog text selectable #8731
Comments
|
Hi @SpurguX |
|
Hi @SpurguX |
|
I'll give it a try when I find a suitable moment |
|
So I could accomplish what I wanted my modifying the function So now I can call alert like so to get a dialog with selectable text: And the end result looks identical to a regular call: Not the most versatile solution, what with the hard coded values, but it gets the job done in my case. It would require some more effort to come up with a good solution for submitting a PR... |
SpurguX commentedJul 24, 2020
Is your feature request related to a problem? Please describe.
I would like the user to be able to select and copy the text shown in an alert dialog message.
Describe the solution you'd like
Provide an additional dialog option for dialog functions, e.g. the alert function, such as
textIsSelectable.Additional context
I'm developing on Android so I'm uncertain whether this is an issue on iOS.
The text was updated successfully, but these errors were encountered: