Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
None
-
None
-
None
Description
When spawning an instance of InAppBrowser plugin, it will not load the site since it is trying to grab a user-agent lock.
This is because the cordova-plugin-wkwebview-engine has not released the lock. It needs to release the lock after the webview has finished loading, and if the webview failed to load a page.