etsy / AndroidStaggeredGrid

An Android staggered grid view which supports multiple columns with rows of varying sizes.
https://github.com/etsy/AndroidStaggeredGrid
4.76k stars 1.13k forks source link

onCreateContextMenu does not seem to be triggered #126

Closed vanniktech closed 8 years ago

vanniktech commented 9 years ago

I have registered the GridView this.registerForContextMenu(mStaggeredGridView); but the onCreateContextMenu function does not get triggered.

Is this operation supported by AndroidStaggeredGrid or not?

If not are there any workarounds?

alopix commented 9 years ago

Could be related to this pull request: https://github.com/etsy/AndroidStaggeredGrid/pull/125

vanniktech commented 9 years ago

I added this code to my local ExtendableListView class. The onCreateContextMenu still does not get triggered.

vanniktech commented 8 years ago

Can close it since we now have RecyclerView and StaggeredGridLayoutManager.