I have Two List in C# Method:
public List<myClass> resulOne;
public List<myClass> resultTwo;
I am using
webview.Source = "file:///android_asset/myFolder/index.html" ; to Set javaScript.
Can I Send resultTwo , resultOne to webview and use them in javascript in index.html???
Or Send json file to index.html??