I have an input delegate in my code, that when selected via a tap event, changes the data displayed on the datafield. I have set it up so that the change in data only occurs when the screen is tapped in a particular location. In this case, at the bottom of the screen.
The problem that I have is I am running this on an edge 1030. When you normally tap the screen on the edge unit it brings up an option to go to the home screen or scroll left and right. When the input delegate is running, it overrides this so that it won't come up.
Is there anyway to limit the input delegate to part of the screen so that the home screen option still comes up, or do I have to do it some other way?