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:
parent
8f3b9036d6
commit
3c8dc1effe
7 changed files with 353 additions and 119 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue