I’m developing an Android application and I use a WebView to embed forms into my application. My problem is that android has a soft keyboard and when the user presses ‘go’ on this keyboard it submits the form. How can I prevent this from happening? I did a power search on google but I did not find any solutions.
Share
Ok in the meantime i got a very simple solution:
In the manifest XML:
This way the ‘go’ button got replaced by ‘done’ and it hides the keyboard.