We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have registered the GridView this.registerForContextMenu(mStaggeredGridView); but the onCreateContextMenu function does not get triggered.
this.registerForContextMenu(mStaggeredGridView);
onCreateContextMenu
Is this operation supported by AndroidStaggeredGrid or not?
If not are there any workarounds?
The text was updated successfully, but these errors were encountered:
Could be related to this pull request: #125
Sorry, something went wrong.
I added this code to my local ExtendableListView class. The onCreateContextMenu still does not get triggered.
ExtendableListView
Can close it since we now have RecyclerView and StaggeredGridLayoutManager.
No branches or pull requests
I have registered the GridView
this.registerForContextMenu(mStaggeredGridView);
but theonCreateContextMenu
function does not get triggered.Is this operation supported by AndroidStaggeredGrid or not?
If not are there any workarounds?
The text was updated successfully, but these errors were encountered: