You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/01/04 16:48:34 UTC

[GitHub] brian-rose-sp removed a comment on issue #390: Links with target _blank are not working on iOS inside inAppBrowser when wkwebview is enabled

brian-rose-sp removed a comment on issue #390: Links with target _blank are not working on iOS inside inAppBrowser when wkwebview is enabled
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/390#issuecomment-451488550
 
 
   I am extremely new to Objective-C, Swift, Cordova, etc., so keep that in mind.  It appears as if the lock acquired by the MAIN view in `CDVViewController.viewDidLoad` causes the global lock obtained and never released.  When the InAppBrowser creates its view controller, the `gCurrentLockToken` check  in `acquireLock` will never be 0 and therefore, it will always create a wait and since `releaseLock` is never called (until the app exists), the pending requests will never obtain the lock.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org