Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Mobile web debugging

Mobile web debugging

My tools and tricks to develop for the mobile web

Avatar for Gregers Rygg

Gregers Rygg

October 20, 2011
Tweet

Other Decks in Programming

Transcript

  1. Mobile web debugging My tricks to develop for the mobile

    web By: Gregers Rygg Twitter: @gregersrygg
  2.  Console  Inspect HTML  Debug JavaScript  Network analysis  JavaScript profiling  Performance

    tips  Modify CSS/JavaScript on the fly  Memory inspection  Database explorer  +++ Desktop
  3.  Inspect HTML  Debug JavaScript  Network analysis  JavaScript profiling  Performance tips

     Modify CSS/JavaScript on the fly  Memory inspection  Database explorer iPhone/Android (built-in)  Console
  4.  JavaScript on the fly  JavaScript profiling  Performance tips  Memory inspection

    Opera Mobile + Dragonfly   Console   Inspect HTML   Debug JavaScript   Modify CSS   Database explorer?   Network analysis
  5.  Debug JavaScript  Network analysis  JavaScript profiling  Performance tips  Memory inspection

    iPhone/Android (Weinre)   Console   Inspect HTML   Modify CSS/JavaScript on the fly   Database explorer
  6. HP ”Elite”Book •  WiFi turns off when ethernet is connected

    •  BIOS Settings (reboot + ESC, then F10) •  System Configuration – Built-In Device Option •  Disable LAN/WLAN switching
  7. Weinre install •  Start server •  Add bookmarklet •  Increase

    Auto-Lock time (iOS setting) to prevent disconnect
  8. Tip #4 <style type="text/css” media = "${param.debug != 'mobile' ?

    'only screen and (max-device-width: 480px)' : 'screen'}” >