[
https://issues.apache.org/jira/browse/CB-11469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15383620#comment-15383620
]
ASF GitHub Bot commented on CB-11469:
-------------------------------------
Github user dpogue commented on the issue:
https://github.com/apache/cordova-ios/pull/236
Probably not while there are [so many known
issues](https://issues.apache.org/jira/browse/CB-11469?jql=project%20%3D%20CB%20AND%20labels%20%3D%20wkwebview-known-issues)
with WKWebView
> Race conditions when loading scripts async
> ------------------------------------------
>
> Key: CB-11469
> URL: https://issues.apache.org/jira/browse/CB-11469
> Project: Apache Cordova
> Issue Type: Bug
> Components: Plugin WKWebViewEngine
> Reporter: Philipp Kursawe
> Assignee: Shazron Abdullah
> Labels: wkwebview-known-issues
>
> Using this code in `index.html`
> {code}
> <script src="cordova.js" async/>
> <script src="bundle.js" async/>
> {code}
> causes all kind of weird side effects due to race conditions, I assume.
> As soon as I removed the async attribute (after one week of trying other
> things) everything worked, including the splashscreen. I think the
> splashscreen uses the message queue (event loop) to postpone some of its
> actions (when fading out) and this collides with the `async` attribute and
> creates a race-condition. It seems like a bug in wkwebview to not handle
> `async` script loading properly.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]