I'm noob with Dart and Polymer, I want to develop a web app for mobile devices. My problems is that input fields at the bottom of the page are hidden by the virtual keyboard, and you can't see what you are writing.
I have seen some solutions for other "frameworks", but nothing related with Dart or Polymer, maybe there is a shorthand that I don't know...
I've thought to create a large empty tag in the bottom of the page and to make it visible, when focus is over the input, but I think it's a bit sloppy....
thanks in Advance