Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit c8ad01a

Browse files
Merge pull request #7280 from livecodeian/bugfix-22543
[[ Bug 22543 ]] Ensure multiple queued requests are handled correctly
2 parents 020764c + 7102a7b commit c8ad01a

File tree

3 files changed

+264
-77
lines changed

3 files changed

+264
-77
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# [22543] Fix display of "file://" urls for documents within an iOS app's private folder

libbrowser/src/libbrowser_wkwebview.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ class MCWKWebViewBrowser : public MCBrowserBase
5454

5555
void SyncJavaScriptHandlers();
5656

57+
public:
58+
// return the webview used by the browser class
59+
bool GetWebView(WKWebView *&r_view);
60+
5761
protected:
5862
bool GetUrl(char *& r_url);
5963

@@ -99,7 +103,6 @@ class MCWKWebViewBrowser : public MCBrowserBase
99103
bool SetMediaPlaybackRequiresUserAction(bool p_value);
100104

101105
private:
102-
bool GetWebView(WKWebView *&r_view);
103106
bool GetContainerView(UIView *&r_view);
104107

105108
bool Reconfigure(void);

0 commit comments

Comments
 (0)