I am developing an HTML based android app. I need to implement option menu like the native android menu on long screen tap. I thought to use invisible elements (positioned out of the viewable area), and cause showing the list by firing the click event.
Not working... Any workaround?