I have a WebView for my Webpage. Now how can I call JS methods for that web page and update in the UI. For example I have this method for getting number of slides.
$.SlideShowConfig.get.slidesCount()
How can I call this JS method from android and update the slides count in the UI.?
