debuggingEnabled property

bool debuggingEnabled
final

Controls whether WebView debugging is enabled.

Setting this to true enables WebView debugging on Android.

WebView debugging is enabled by default in dev builds on iOS.

To debug WebViews on iOS:

  • Enable developer options (Open Safari, go to Preferences -> Advanced and make sure "Show Develop Menu in Menubar" is on.)
  • From the Menu-bar (of Safari) select Develop -> iPhone Simulator ->

By default debuggingEnabled is false.

Implementation

final bool debuggingEnabled;