1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_gui_extra/misc
attila 4d2986ea59 Add new WebBrowserComponent option for file access control on Apple platforms
If allowAccessToEnclosingDirectory is set to true, it is now possible
for the WkWebView implementation to access sibling files relative to a
file specified with the file:// scheme.

This allows an iOS app to load an HTML file in the documents directory,
and that HTML file can reference and load image files inside the HTML
file's parent directory.
2024-06-06 13:48:51 +02:00
..
juce_AnimatedAppComponent.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_AnimatedAppComponent.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_AppleRemote.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_BubbleMessageComponent.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_BubbleMessageComponent.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_ColourSelector.cpp LookAndFeel: Allow specifying a default typeface metrics kind to use 2024-04-18 14:16:00 +01:00
juce_ColourSelector.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_KeyMappingEditorComponent.cpp LookAndFeel: Allow specifying a default typeface metrics kind to use 2024-04-18 14:16:00 +01:00
juce_KeyMappingEditorComponent.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_LiveConstantEditor.cpp LookAndFeel: Allow specifying a default typeface metrics kind to use 2024-04-18 14:16:00 +01:00
juce_LiveConstantEditor.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_PreferencesPanel.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_PreferencesPanel.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_PushNotifications.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_PushNotifications.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_RecentlyOpenedFilesList.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_RecentlyOpenedFilesList.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_SplashScreen.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_SplashScreen.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_SystemTrayIconComponent.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_SystemTrayIconComponent.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_WebBrowserComponent.cpp WebBrowserComponent: Fix passing on escaped string sequences to native function completions 2024-04-26 12:23:53 +02:00
juce_WebBrowserComponent.h Add new WebBrowserComponent option for file access control on Apple platforms 2024-06-06 13:48:51 +02:00
juce_WebControlRelays.cpp WebBrowserComponent: Improve native integrations 2024-04-16 17:43:21 +01:00
juce_WebControlRelays.h WebBrowserComponent: Improve native integrations 2024-04-16 17:43:21 +01:00