Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 70434

Prompt Alert has Text Box move when keyboard pop ups

$
0
0

@helpmelearn wrote:

I keep finding this bugs in Ionic, how we submit them to get fixed?
(or a way to check if the bug has already been submitted)

An Alert Controller. But with a prompt.
Doing the same thing as the Demo.

  doPrompt() {
    let alert = this.alertCtrl.create({
      title: 'Login',
      message: 'Enter a name for this new album you\'re so keen on adding',
      inputs: [
        {
          name: 'title',
          placeholder: 'Title'
        },
      ],
       buttons: [{
                                text: 'CONTINUE',
                                handler: data => {
                                   login();

                                }
                            }]
    });

The input box gets pushed up on top of the text. I can actually scroll the text inside the alert box.

This was on a Samsung Galaxy S7.

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 70434

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>