I have added a JavaScript Interface to WebView.
I am able to use all the Functions which has no Parameters.
But When i gave the Parameter from JavaScript. T
If you change the method parameters from int to String then the function should be callable from within the WebView:
int
String
WebView
public String getCellString(String row, String column) { return row + "," + column; }