You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 4, 2022. It is now read-only.
I got a couple of slides, and the last one of them has a login form. whenever I try to type in the input fields, the keyboard pops up and the slides are broken, they're auto resized to the space left, and after closing the keyboard they stay that way.
What behavior are you expecting?
I am expecting it to be pushed up (like usual phone behavior I guess?) and make it possible to use form fields in slides.
Steps to reproduce:
Create a view with slides
add a form to one of the slides (even one input fiels will do)
Tap the input field, tada.
<ion-slide>
<img src="img/superbuddy_logo.png" class="slide-img"/>
<h2 class="slide-title">Let's get started!</h2>
<ion-item>
<ion-label>username</ion-label>
<ion-input></ion-input>
</ion-item>
<ion-item>
<ion-label>password</ion-label>
<ion-input type="password"></ion-input>
</ion-item>
<button full>Log in</button>
<div class="divider"></div>
<button outline>
<ion-icon name="logo-facebook"></ion-icon>
Log in with facebook
</button>
<div class="divider"></div>
<button clear>Create new account?</button>
</ion-slide>
Ionic Version: 1.x / 2.x
2
Browser & Operating System: iOS / Android / Chrome
All of them.
Short description of the problem:
I got a couple of slides, and the last one of them has a login form. whenever I try to type in the input fields, the keyboard pops up and the slides are broken, they're auto resized to the space left, and after closing the keyboard they stay that way.
What behavior are you expecting?
I am expecting it to be pushed up (like usual phone behavior I guess?) and make it possible to use form fields in slides.
Steps to reproduce:
Ionic Version: 1.x / 2.x
2
Browser & Operating System: iOS / Android / Chrome
All of them.
Run
ionic info
from terminal/cmd prompt:The text was updated successfully, but these errors were encountered: