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 01:24:31 UTC

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

brian-rose-sp commented 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-451330444
 
 
   I am also seeing this exact same thing on 3.1.0-dev.  I tracked it down to the `navigateTo` method in `CDVWKInAppBrowser`.  For whatever reason, when it attempts to acquire a lock by calling `acquireLock` in `CDVUserAgentUtil`,  it is unable to obtain it and waits indefinitely.  
   
   I did modify the code locally to always make the request in `navigateTo` and it works.  And after that, it appears to work randomly and then eventually asserts in the `releaseLock` method in `CDVUserAgentUtil`
   
   
   

----------------------------------------------------------------
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