0

Debugging HTML5 content.

I am uploading files to a brightsign via Local network tab in Brightauthor publishing.  My application is designed in JQuery, and I am attempting to use JQueryUI as well.  I have performed a modernizr test to see if the brightsign's version of webkit supports the feature I need (Drag and Drop), but JQueryUI draggable is not.  Is it possible to access a Javascript console, or log?

3 comments

  • 0
    Avatar
    Ryan Nestor

    For instance, by connecting to the chromium remote debugging port:

    https://developers.google.com/chrome-developer-tools/docs/debugger-protocol#remote

  • 0
    Avatar
    Craig Suchland

    Remote debugging capability would be incredibly useful.

  • 0
    Avatar
    Ryan Nestor

    Well, I did figure out how to debug.  There is some JS console output in the log, which is available in the web interface for your unit.   I still can't figure out my specific problem, it has to do with mouse/touch events. 

Please sign in to leave a comment.