We are working on a SPA project using AngularJS framework. The system is aimed to work transparently on a MS-Windows computer as well as on Tablets (in our case, the Tablet also runs MS-Windows) and the browser in both cases is Chrome. The system includes a feature (locally developed) that is invoked trough the normal “ng-click” event. The problem is that, while working on a PC, this feature is trigger perfectly well upon a single click, but in the tablet when we tap the first time, nothing happens, and when we tap on the screen (loose focus) and then go back to the textbox (on focus) and tap a single char in it, then the event is triggered. I can’t quite understand why the first tap does not work while the second does (I mean, it should be the same event in both cases), nor where to start looking for the issue. Any help will be most appreciated.