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 2018/11/02 14:15:57 UTC

[GitHub] jonathanli2 commented on issue #340: iOS CDVWKInAppBrowser evaluateJavascript method randomly gets blocked on iOS 12

jonathanli2 commented on issue #340: iOS CDVWKInAppBrowser evaluateJavascript method randomly gets blocked on iOS 12
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/340#issuecomment-435393912
 
 
   Add the comment from 
   [https://stackoverflow.com/questions/26778955/wkwebview-evaluate-javascript-return-value](https://stackoverflow.com/questions/26778955/wkwebview-evaluate-javascript-return-value)
   
   _"This solution IS NOT WORKING anymore. The callback now called from the main Thread and if you lock the main thread in the while loop (like in this solution), the callback handler will be never called. evaluateJavaScript waits for main thread released, but it never happens because it locked in the loop. – Mike Keskinov Sep 4 at 0:21"_

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