appframework
appframework copied to clipboard
Page slides up only after typing
When I tap on an input field the keyboard slides up, but the page doesn't. Only after I start typing the whole page slides up. Is there a workaround to slide all the page maybe binding the tap on input? I'm testing it with a Samsung Galaxy S5. With other devices I don't get this problem.
Hi @gabry501
I haven't seen this issue before, but I only have a SGS3 to test on. I will see if I can borrow a SGS5 to test, but it could be awhile.
If you wanted to hack, you can always do something like
$("input").bind("focus",function(){
});
But the "page sliding" is something done by the browser.