debugging mobile web apps
for:
November 12 2012
by:
@pmuellr
http://muellerware.org/
for:
November 12 2012
by:
@pmuellr
http://muellerware.org/
canonical links to presentation
http://dl.dropbox.com/u/2192156/Papers/mjs-2012-11/index.html
slide template
This presentation will cover:
Basically, an app that uses modern HTML, CSS and JavaScript on a mobile device.
first mobile platform vendor to ship real remote Web Inspector implementation from WebKit
links
Real remote Web Inspector like Safari 6 Web Inspector
links
Real remote Web Inspector like Chrome Dev Tools
links
???
Ongoing work to get weinre running on Windows Phone.
Runs applications implemented entirely in HTML, CSS and JavaScript. [link]
Also see the slide on r2d2b2g in this presentation.
links
Chrome extension allowing you to quickly see how your application looks and functions on multiple mobile devices and platforms.
links
Firefox extension to run the Boot to Gecko desktop and apps within Firefox.
links
From the web site:
links
From the web site:
links
Popular HTML, CSS, JavaScript snippet testing environment
links
Preview and inspect web designs on mobile devices.
links
proof-of-concept project for extracting and displaying dtrace-ishly precise JavaScript performance profiling
links
function run() { rsprofiler.start("jquery profile") runTests() rsprofiler.stop(function(err) { ... }) } function runTests() { for (var i=0; i<40; i++) { runTestsDiv1(); runTestsSpan1() } } function runTestsDiv1() { for (var i=0; i<1000; i++) { $("#div-1").text() } } function runTestsSpan1() { for (var i=0; i<1000; i++) { $("#span-1").text($("#span-1").text()) } }
Hover over a box! Click a box!
Debug using real remote Web Inspector for iOS 5 simulator
links
sudo npm -g install weinre
links
For issues with Cordova, PhoneGap, Worklight:
weinre movies here:
old rsprofiler movie here: