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

unable to use setOnLongClickListener() #13

Closed
soouvik-rakshit opened this issue Jun 23, 2016 · 1 comment
Closed

unable to use setOnLongClickListener() #13

soouvik-rakshit opened this issue Jun 23, 2016 · 1 comment
Labels

Comments

@soouvik-rakshit
Copy link

I want to select the text on which the user makes long click, but
pdfView.setOnLongClickListener(new View.OnLongClickListener() {
@OverRide
public boolean onLongClick(View v) {
//code
return true;
}
});
is not working, could you please tell me how to do this?

@barteksc
Copy link
Collaborator

barteksc commented Jun 23, 2016

Library does not support text selection

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