1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Improved some documentation

This commit is contained in:
Tom Poole 2020-03-28 19:22:25 +00:00 committed by ed
parent 3c8dc1effe
commit 368bb02bcc

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}
*/