Network observer issues #495
NSExceptional
started this conversation in
General
Replies: 2 comments 3 replies
-
Excuse me,(* ̄︶ ̄)~ |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi! I'm using FLEX in my project and I want to invoke the Network History page directly from a button in my app rather than through the traditional toolbar and globals menu. Is this possible, and if so, what would be the code to accomplish this? Thanks! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This thread will serve as a place to discuss issues related to the Network History screen since third party libraries such as AFNetworking are prone to breaking it.
At the time of writing, the network observer works on iOS 14. However, it is known that FLEX cannot observe requests made from a
WKWebView
. New issues about this shortcoming will be closed and directed here.The start of this thread marks the closing of #293 and #478.
WKWebView
Here is list of functions we would probably need to hook to add
WKWebView
support, since it appearsWKWebView
passesNSURLRequest
objects to WebKit directly:WebKit::WebPageProxy::loadFile
WebKit::WebPageProxy::loadRequest
WebKit::WebPageProxy::loadData
Beta Was this translation helpful? Give feedback.
All reactions