While the keyboard is transitioning up or down, it seems the webview is already resized and the background is white, thus causing the white background to be shown. My HTML body background is black so it looks odd when the white background flashes. Does anyone know how to update the background of the UIView?
@prutya that cordova issue is related to cordova 2.8, not the current 3.0+ version of cordova that we suggest. Are you using this older version of cordova?
@dbar and @prutya, I can’t reproduce this issue on a sample app.
Pardon the sluggish-ness, my mac-book’s running a bit slow this morning
I’ve got an issue where, once the keyboard transitions off screen, the area it occupied changes to a white background. I’m guessing it may be the same issue described in this post. What was the resolution to this issue? Was it that we should download and install the ionic keyboard plugin?
Actually my colleague has just told me that he installed the keyboard plugin. I’ve tested again and the problem still exists. Is it worthwhile upgrading to a newer version of ionic?
My current ionic version.json has:
{
“version”: “1.0.0-beta.11”,
“codename”: “indium-iguana”,
“date”: “2014-08-06”,
“time”: “21:49:18”
}
You guessed right that the background colour is applied to the scrollview.
If the keyboard (quite rightly) pushes up this scrollview when the keyboard comes into view, it should also push down the scrollview once the keyboard disappears. Does the keyboard plugin address this issue?