Open pmkruyen opened 4 years ago
Work around implemented with...
window.addEventListener("keyboardWillShow", function(e) {
$(".bottomButtons").hide();
});
... but a transparant screen is showed a split second.
Note. Also, a transparant screen is showed between the splash screen and the login screen. Same problem?
Buttons at the bottom of the survey models are only partially visible for Android users.