c# - MonoMac WebView - Show Console or Web Inspector? -


How can WebKit Console or Inspector be shown from a monomaker application? It seems that this webkit can be set by developers' extras in Objective-C. [USER_DEFAULTS Register Defaults: [Objects with NSDictionary Dictionary: [NSNumber Number for Maths: Yes] Key: @ "WebKit Developer Extras"]];

I have mono mac Webkit

Try it out:

  Var defaults = NSUserDefaults.StandardUserDefaults; Defaults.SetBool (True, "WebKitDeveloperExtras"); Defaults.Synchronize ();    

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -