I need to submit the form of a web page when the user pressed the "done" button on iPhone Safari browser. Does anybody know which Javascript event or keycode needs to use?
Asked
Active
Viewed 3,656 times
1
-
isn't just like an enter/return key? – epascarello Jan 31 '18 at 14:36
-
Could you show your HTML? – Keith Jan 31 '18 at 14:37
-
Done should be the same as 'Enter'. See this response to a similar question: https://stackoverflow.com/a/16740350/4636715 – vahdet Jan 31 '18 at 14:38
-
"Done" button simply hide the keyboard.. – Ramkumar Ramaraj Jan 31 '18 at 14:41
-
@vahdet: Tried, not working. Not only me more people response the same. – Ramkumar Ramaraj Jan 31 '18 at 14:44