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
After transitioning to use WKWebView, the synchronous javascript execution is now blocking. There's a problem with using the semaphore since the the async javascript never calls back to signal it. There is a failing test in the test suite that should start passing when this feature is fixed.
The text was updated successfully, but these errors were encountered:
After transitioning to use WKWebView, the synchronous javascript execution is now blocking. There's a problem with using the semaphore since the the async javascript never calls back to signal it. There is a failing test in the test suite that should start passing when this feature is fixed.
The text was updated successfully, but these errors were encountered: