0

I'm trying to debug an iPad mini and don't have access to a Mac.

I need to log some events during page-load. Is there some way to activate Firebug Lite from the JavaScript file, so that it's available while initiation JavaScript is running?

LittleBobbyTables - Au Revoir
  • 32,008
  • 25
  • 109
  • 114
Himmators
  • 14,278
  • 36
  • 132
  • 223

1 Answers1

0

How to debug Javascript running in a webview on an iPad? in-a-webview-on-an-ipad

This SO answer covers this a little bit, but I think you want to look further into remote debugging. See this tutorial here:

http://developer.telerik.com/featured/a-concise-guide-to-remote-debugging-on-ios-android-and-windows-phone/

Community
  • 1
  • 1
drj
  • 533
  • 2
  • 16