Hello everyone!
Does anybody know how to hide keyboard after sending email?
OS: Android
Mail sent through Gmail app.
Here is my code:
[lua]
local options = {
to = { “test@gmail.com” },
subject = “Subject”,
isBodyHtml = true,
body = “<html><body></body></html>”
}
native.showPopup(“mail”, options)
[/lua]
Thanks!
P.S.
Also, is there any way to hide on-screen control buttons (android)?