You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My apologies for the delayed response. I've been unable to reproduce the specific crash with a slightly modified version of your code (mostly just adding constraints):
Is there any modification I would need to make to reproduce the crash?
Otherwise, could I please have you try v0.0.12 of the SDK? This resolves a memory leak and blocks processing of webviews by default. We plan to release more complete support for webviews later this quarter.
Expected Behavior
The app should open the web page (we are using the WebKit) normally
Current Behavior
The app crashed instantly right after opening the WebKit
Possible Solution
Steps to Reproduce
Open the app
Open the internal web page which are using the web kit
`class TermsPagesViewController: UIViewController, WKNavigationDelegate {
var termView = WKWebView()
var backBtn = UIImageView()
var url = "https://www.fluentjoy.com/terms-of-use/"
var loader = UIActivityIndicatorView()
override func viewDidLoad() {
super.viewDidLoad()
}`
Environment
Amplitude: 8.22.0
Session Replay: 0.0.9
The text was updated successfully, but these errors were encountered: