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
When I click on the input, the keyboard shows. After I type something in the input and click the Send button, its click event is not fired and the keyboard is just closed. The click event fires only when the keyboard is closed.
I have a chat app and can not implement a Send button due to this issue. Issue is described also here and experienced by other users too: https://gist.github.com/Manduro/bc121fd39f21558df2a952b39e907754#gistcomment-1934911
It happens on iOS 10.1.1 and Android 5 and 6.
Expected behavior:
Steps to reproduce:
Put ion-input and a button inside ion-footer. Click on ion input, type something and then click the button. If you have console.log('Button Clicked!'); inside the onMessageSendClick function, it's not shown. Click works only when keyboard is closed, so second click on button fires click event.
Ionic info: (run ionic info from a terminal/cmd prompt and paste output below):
I have similar problem but for me the click action is fired and it is in the header but once the keyboard has been opened then popover that is fired from within that click action is no longer popped up. And the same thing works properly on iOS 10.1.1. Working on Android 6.0.1 and Chrome 55. It definitely started to happen once I upgraded to RC5.
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
Ionic version: (check one with "x")
[ ] 1.x
[x] **2.0.0-rc.5
I'm submitting a ... (check one with "x")
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/
Current behavior:
I have this code:
When I click on the input, the keyboard shows. After I type something in the input and click the Send button, its click event is not fired and the keyboard is just closed. The click event fires only when the keyboard is closed.
I have a chat app and can not implement a Send button due to this issue. Issue is described also here and experienced by other users too: https://gist.github.com/Manduro/bc121fd39f21558df2a952b39e907754#gistcomment-1934911
It happens on iOS 10.1.1 and Android 5 and 6.
Expected behavior:
Steps to reproduce:
Put ion-input and a button inside ion-footer. Click on ion input, type something and then click the button. If you have
console.log('Button Clicked!');
inside theonMessageSendClick
function, it's not shown. Click works only when keyboard is closed, so second click on button fires click event.Ionic info: (run
ionic info
from a terminal/cmd prompt and paste output below):The text was updated successfully, but these errors were encountered: