Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-9584

OSX: add config to enable webview debug menu

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 4.0.0
    • cordova-osx
    • None

    Description

      add

          [[NSUserDefaults standardUserDefaults]setBool:TRUE forKey:@"WebKitDeveloperExtras"];
          [[NSUserDefaults standardUserDefaults]setInteger:1 forKey:@"IncludeDebugMenu"];
      

      to the view controller based on a configurable config.
      in debug mode, the console.log should got to the webview again.

      Attachments

        Activity

          People

            tripod Tobias Bocanegra
            tripod Tobias Bocanegra
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: