I'm developing an hyrid mobile app using AngularJS and Mobile Angular UI, but I'm kind of new about these frameworks. I need to detect a touch over event, just like mouseover for a desktop app.
The event is different form a swipe event, since I want the event to be triggered even if I start the swipe action outside the target.
Is there a way to do that (without using jQueryMobile)?
Thank you in advance!