In order to delete pages in Android, you have to click the bin icon once you click edit. This makes it very difficult in high resolution Android displays and the finger presses the row, not the bin icon inside the row and thus displays the page.
Turns out this is a bug introduced by adding the pop up menu to to the list page (this added an extra layer of and messed up the logic in handle_page_list_click()
In order to delete pages in Android, you have to click the bin icon once you click edit. This makes it very difficult in high resolution Android displays and the finger presses the row, not the bin icon inside the row and thus displays the page.
_Originally posted by @abrahammartin in https://github.com/SmartCambridge/tfc_web/pull/327#issuecomment-531587592_