When using this method to call javascript functions there is a few millisecond delay (10ms - 50ms) in callback
webView.evaluateJavascript("javascript: updateARObject()", callback);
How to call a function instantaneously in javascript, all files are in asset folder of Android.
Is it possible with some custom WebView like Xwalkview? Or socket connection between both? ARCore is communicating with Three.js in real time, How to achieve that?
from How to call a function in WebView Javascript from Android Java without delay?
No comments:
Post a Comment