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

Android: add WebBrowserComponent implementation.

This commit is contained in:
Lukasz Kozakiewicz 2017-11-05 22:54:20 +01:00
parent e2ae08e111
commit 073921445c
16 changed files with 1014 additions and 80 deletions

View file

@ -163,6 +163,8 @@
//==============================================================================
#elif JUCE_ANDROID
#include "native/juce_AndroidViewComponent.cpp"
#if JUCE_WEB_BROWSER
#include "native/juce_android_WebBrowserComponent.cpp"
#endif