Browse Source

Improved some documentation

tags/2021-05-28
Tom Poole ed 5 years ago
parent
commit
368bb02bcc
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      modules/juce_gui_extra/misc/juce_WebBrowserComponent.h

+ 4
- 3
modules/juce_gui_extra/misc/juce_WebBrowserComponent.h View File

@@ -25,9 +25,10 @@ namespace juce
/**
A component that displays an embedded web browser.
The browser itself will be platform-dependent. On the Mac, probably Safari, on
Windows, probably IE.
The browser itself will be platform-dependent. On Mac and iOS it will be
WebKit, if you have enabled JUCE_USE_WINRT_WEBVIEW on Windows 10 it will be
EdgeHTML otherwise IE, on Android it will be Chrome, and on Linux it will be
WebKit.
@tags{GUI}
*/


Loading…
Cancel
Save