We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b460fe commit c70d471Copy full SHA for c70d471
modules/juce_gui_extra/native/juce_WebBrowserComponent_mac.mm
@@ -893,6 +893,10 @@ void evaluateJavascript (const String&, WebBrowserComponent::EvaluationCallback)
893
configuration: config.get()]);
894
#endif
895
896
+ #if JUCE_DEBUG
897
+ [webView.get() setValue:@(true) forKey:@"inspectable"];
898
+ #endif
899
+
900
if (const auto userAgent = browserOptions.getUserAgent(); userAgent.isNotEmpty())
901
webView.get().customUserAgent = juceStringToNS (userAgent);
902
0 commit comments