GithubHelp home page GithubHelp logo

visual-console's People

Contributors

adir-sl avatar

Stargazers

 avatar

Watchers

 avatar

visual-console's Issues

Unfortunately, get 'Uncaught TypeError'

Hi Adir,

great idea to make a console output for mobile debugging :-)

I have a static site, just HTML, CSS and some simple JS to test the Visual-Console,
but i always get an Uncaught TypeError.
MacOS & FF & Safari tested.

Maybe you can help me?

There is no difference, where i put the <script src="..."></script>.
I tried <head> , <body> before and after the content.

The vconsole will be shown on the page and their console works.

first error:

But when i put an console.log('foo') inside the source code i get this:

Uncaught TypeError: document.getElementById(...) is null
...
[vconsole.js:195:18](http://localhost:9999/vconsole.js)

I got the vconsole.jsfile locally and "maybe" new formatted, so these are the lines:

    } else {
        document.getElementById("vconsole_" + window.checkTime).getElementsByTagName("details")[document.getElementById("vconsole_" + window.checkTime).getElementsByTagName("details").length - 1].innerHTML += y;
        setTimeout(function() {
            checkForChars();
        }, 50);
    }

And of cause, no output in the console window on the page.

second error:

If i try to toggleConsole() i got this error:

Uncaught TypeError: document.getElementsByClassName(...)[1] is undefined
...
[vconsole.js:281:22](http://localhost:9999/vconsole.js)

this are these lines:

function toggleConsole() {
    if (window.hideConsole != true) {
        if (document.getElementsByClassName('tabSelect')[1].innerText == "Elements") {

I would love to get it running

Kolja

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.