So I'm making a fake message app by using the mobile keyboard in fullscreen app. When I do that I miss the bottom buttons on android (back, menu and all apps buttons) so I thought I could just superimpose another image of the footer on top of the keyboard.
As I understand it, HTML Element will always put everything on top of the game graphics and even the keyboard itself if I orient it like that.
I have been trying to get the "Create sprite image element" to do this but no luck.
Do I maybe need to do some CSS tweaking with it?