View Full Version : IE and Console
stevanicus
26 Sep 2012, 6:08 AM
Anyone come across ExtJS application not loading properly unless IE console has been opened?
It just sticks at a blank screen - you can refresh as many times as you like. If you open console (F12) and refresh the screen - then ExJS loads fully.
Thanks in advance
stevanicus
26 Sep 2012, 6:18 AM
Hours of struggling... within minutes of posting... I found the answer. Console!
add the following lines
console = console || {};
console.info = function() {};
console.log = function() {};
console.warn = function() {};
This is even the case in IE9!
nisheeth.k.kashyap
29 May 2013, 10:21 PM
Hello,
I have create a small node.js app to help me developing web apps for smart tv and mobile web apps.
Console.IO is a Node.JS project. It provides Remote Web Console for websites, Javascript, Smart Tv, mobile phones apps. It uses express.io & socket.io to provide real time response from the browsers.
It works pretty much on all modern browsers, mobile devices, Smart TVs, etc
https://github.com/nkashyap/console.io
Thanks
Nisheeth
Powered by vBulletin® Version 4.1.5 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.