Suppose for local html file, there is a reference for a local exteral javascrpt file . Is there any way to know the loading progress especially to get the js fully loaded event?
>From my observation, the XWalkResourceClient's onLoadFinished method can not >guarantee the JS has been loaded for local html file like this: <html> <script type="text/javascript" language="javascript" src="test.js"></script> </html> That results in some sort of undefined error if we want to invoke method in test.js in the onLoadFinished method. Any Help will be appreciated .
_______________________________________________ Crosswalk-help mailing list [email protected] https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help
