Hello, I would like to create a function calling way with return values between the XWalkView objects (wv1, wv2), so i created methods ( javascriptinterface, ajax request, websocket) for an intermediary layer in the apps to forward the wv1's function calling to the wv2,
but seems only one javascript function can runs at same time on all of webviews of the app. I tried it between WebView and XWalkView objects too, the result is same: only one. I have to think it is a limitation of the Chromium's javascript engine. I would like to ask, can i create multiple instance from them? Is it possible to do with the Crosswalk (i may add some new code), or is it a Chromium issue? Thanks, Tamas _______________________________________________ Crosswalk-help mailing list [email protected] https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help
