I am creating a text editor in android for my project. I used the TinyMCE open source project, made some adjustments and integrated it into my WebView ...
There is one submit button in the HTML file that I uploaded to WebView ...
I want to know how to record his onClick event so that I can write Java code to save the data that has been entered so far in the editor on the SD card, whenever the submit button is pressed ..
thanks
source share