Hi. I am forced to describe my problem by words. I cannot post the code and maybe preparing a test project is too long story.
I have an App displaying a ScrollView. Then, in some cases, I have to display a Spinner, which appears over the ScrollView. The Spinner is smaller than the ScrollView, so it is possible to touch the screen over the ScrollView, while the Spinner is visible, and waiting for user selection. If this happens, the spinner disappears, just like the first element was selected (and, btw, not the actually spinner element selected). I would like the spinner not to close without an actual user choice. Hope to have explained. Thanks in advance.
I have an App displaying a ScrollView. Then, in some cases, I have to display a Spinner, which appears over the ScrollView. The Spinner is smaller than the ScrollView, so it is possible to touch the screen over the ScrollView, while the Spinner is visible, and waiting for user selection. If this happens, the spinner disappears, just like the first element was selected (and, btw, not the actually spinner element selected). I would like the spinner not to close without an actual user choice. Hope to have explained. Thanks in advance.