view Version @ 2614:dbcd9416e9c9

Android: Popup menus on Andoird use an anchor View not the touch location. The parent parameter passed probably will not be the ideal anchor. The two options are to hit test the touch event coordinates of the x/y parameters. Or, the solution I did in this commit, saving the View of the last click event and if it is valid, use that View as the anchor. This works well in the test program but may need to revisit this later.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 23 Jul 2021 14:52:32 +0000
parents 95ad22a4da2d
children 023045e14837
line wrap: on
line source

# Set these here to change the version for all platforms
DW_MAJOR_VERSION=3
DW_MINOR_VERSION=2