1 Answers
Reading newspaper error, it seems that your method does not define success. So showstate is undefined.
If WebView interacts with Android natively, you can try to define the methods you need to expose in JavaScript
window["showState"] = function(state,contId,conments) {...}
No solution, the web side still reported this error
That won’t help you. That’s the definition in my project.
How is Android called?
The Android code is posted