Currently, I am in the process of developing a mobile application using HTML/CSS/PHP/jQuery. I am testing it on Android (Gingerbread) and desktop Chrome.
One of the features in my app is a modal box that appears centered above the content when a specific link is clicked. There is another div between this modal box and the other layers which gray out the screen. Inside the top div, there is a form with a select/dropdown control.
The problem I am facing involves interacting with the dropdown. Even if I try to touch it precisely, sometimes the screen registers it as touching a link beneath the divs.
Although the link does not load, it significantly affects the usability of the app.
Is there anyone who knows how I can prevent this issue from happening?