@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