I've got a strange problem. After updating my app to cordova 5.0 (and also going from a light to a dark theme and Ionic v1.0) the touch sensibility have become poor. It is difficult to hit a button, and swiping is almost impossible. the old version of the app works fine. This is only happening on a Galaxy Tab. I've run touchtest apps to verify the the Tab works fine.
Does cordova do anything with the input? Are there any visual hints I should give to cordova (in my markup) make it easier to understand that a button is hit?
Who is actually calculating if a touch event was inside of an html element? Cordova or Android system, or even maybe Ionic?
Thanks for any help
Larsi