Reputation: 374
console.log() doesn't work in Chrome latest stable build. I'm using Kendo UI Mobile and want to log some stuff. alert() apparently works when used instead of console.log().
Chrome Version 27.0.1453.110 m
Upvotes: 1
Views: 585
Reputation: 374
Using "Emulate Touch Events" option from Chrome's Dev tools will prevent console.log() from writing logs to the console.
Upvotes: 1