Hello Esteban,
Unfortunately, back button looks differently
http://www.androidpolice.com/wp-conte...
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hello Esteban,
Unfortunately, back button looks differently
http://www.androidpolice.com/wp-conte...
Hi Evgene,
Sorry im not good in drawing hehe.
so how can i do that? adding event after the device keyboard close?
thanks
Esteban,
Please let me know if this helps: http://docs.phonegap.com/en/4.0.0/cor...
how can i determine if the Keyboard is hide/close when i tap BACK button in device? after the keyboard hide/close the popup will show up.
Esteban,
[quote:]so how can i do that? adding event after the device keyboard close?[/quote]
You can track only blur events for inputs and textarea, if you add event handler of course.
[quote:]how can i determine if the Keyboard is hide/close when i tap BACK button in device?[/quote]
Keyboard is a native feature of Android OS, you can't catch the event when it is hiding or showing
[quote:]after the keyboard hide/close the popup will show up[/quote]
You can show a popup on focus/blur events for components on the page