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

Added WKWebView implementation where available on macOS and iOS

This commit is contained in:
ed 2019-11-25 17:09:31 +00:00
parent 8f3b9036d6
commit 3c8dc1effe
7 changed files with 353 additions and 119 deletions

View file

@ -59,6 +59,8 @@
//==============================================================================
#elif JUCE_IOS
#import <WebKit/WebKit.h>
#if JUCE_PUSH_NOTIFICATIONS
#if defined (__IPHONE_10_0) && __IPHONE_OS_VERSION_MAX_ALLOWED >= __IPHONE_10_0
#import <UserNotifications/UserNotifications.h>