I want to evaluate a javascript in Webview Android as given below in the code. I want to evaluate it after 3 seconds. It works, it gets evaluated after 3 seconds but it(the code inside run()) keeps …
Tag: webview
How can I send a data to webview by clicking on react native button
I have used the componentDidMount method which sending data properly to webview but i want to send data webview when I click on particular react native button. In this webview is displaying the local html page and in this I’m sending the data to webview and on load event in html page alert the data […]