Using ionic-2 when a background image is set and it's size (background-size) is set to 'cover' or '100% 100%' such as:
background: url("../../img/bg.jpeg");
background-repeat: no-repeat;
background-size: cover;
When the keyboard is opened the background image is resized, how can this be avoided? (So that the background image size remains the same even though the keyboard has shrunk the content)