mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
The handling of two state variables had to be adjusted. One is responsible for signalling that we navigated to a blank page due to the WebBrowserComponent becoming invisible. The other variable in the WebView2 implementation stores the URL that we should be navigating to once the WebView2 instance has been created. Prior to this commit navigating to the URL requested by goToURL could fail for two reasons: either because it was called before the underlying WebView2 instance was created, or because the WebBrowserComponent was not yet visible. |
||
|---|---|---|
| .. | ||
| java/app/com/rmsl/juce | ||
| javaopt/app/com/rmsl/juce | ||
| javascript | ||
| juce_ActiveXComponent_windows.cpp | ||
| juce_AndroidViewComponent.cpp | ||
| juce_AppleRemote_mac.mm | ||
| juce_HWNDComponent_windows.cpp | ||
| juce_NSViewComponent_mac.mm | ||
| juce_NSViewFrameWatcher_mac.h | ||
| juce_PushNotifications_android.cpp | ||
| juce_PushNotifications_ios.cpp | ||
| juce_PushNotifications_mac.cpp | ||
| juce_SystemTrayIcon_linux.cpp | ||
| juce_SystemTrayIcon_mac.cpp | ||
| juce_SystemTrayIcon_windows.cpp | ||
| juce_UIViewComponent_ios.mm | ||
| juce_WebBrowserComponent_android.cpp | ||
| juce_WebBrowserComponent_linux.cpp | ||
| juce_WebBrowserComponent_mac.mm | ||
| juce_WebBrowserComponent_windows.cpp | ||
| juce_XEmbedComponent_linux.cpp | ||