Enabling Web Inspector - LemontechSA/TideSDK GitHub Wiki
Modifying Your App's plist
In order to enable the Web Inspector panel in your application on Mac OSX you need to edit the preferences plist file.
This can be found in ~/Library/Preferences and is named using your application's ID. Open the file with the plist editor and add a new key called "WebKitDeveloperExtras" with type set to boolean. Setting this value to true will allow the Inspector panel to be opened.
To open Inspector, right click on your application and select "Inspect element". This should cause Inspector to open up.
Copyright and Attribution
The following copyright and attribution applies to this document:
- Copyright © 2012 Appcelerator Inc. All rights reserved.
- Copyright © 2012 David Pratt (for TideSDK). All rights reserved.
CONTRIBUTORS:
- David Pratt