As mentioned here and there an Android Java application may call Javascript functions using the load
method from XWalkView
class.
But I didn't find how to use this feature in shared mode. (as described here : https://crosswalk-project.org/documentation/getting_started/run_on_android.html#shared-vs-embedded-mode)
Is there a way to retrieve the XWalkView
class ?
May Crosswalk's extensions be a solution ?
Edited : in order to better explain this problem a sample project was created : https://github.com/gbourel/SampleCWShared
So the actual issue is how to call Javascript function from the XWalkRuntimeView returned by getRuntimeView() of XWalkRuntimeActivityBase class ?