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?
Date
Votes
3 comments
-
Ryan Nestor For instance, by connecting to the chromium remote debugging port:
https://developers.google.com/chrome-developer-tools/docs/debugger-protocol#remote
-
Craig Suchland Remote debugging capability would be incredibly useful.
-
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.