I'm displaying an Activity containing a ViewPager. In one of the Pager Fragment I have a ListView with a ContextMenu.
Long pressing on a List item displays the ContextMenu (onCreateContextMenu() is called), but selecting an entry in the ContextMenu doesn't call onContextItemSelected()
Using the same fragment outside the ViewPager works fine. Is there something special to do in case the Fragment is embedded in a ViewPager ?