ecourse template courses img cover 1

console.log Not Working in Captivate 12 and 13

The Problem When Adobe released Captivate 12.x and 13.x, we noticed the JavaScript methods console.log(), console.warn(), and console.error() were simply not working when deployed to a web server. The culprit is inside the main.chunk.js file. Oddly, console.info() and console.debug() were working fine. Bottom line is that the JavaScript code mutes these methods if it can’t

console.log Not Working in Captivate 12 and 13 Read More »