1
NGUI 3 Support / UIInput OnSubmit sent at the wrong time on android devices
« on: November 03, 2014, 11:56:09 AM »
First of all thx for the great support on my previous questions!
I have the problem that on Android devices a Submit is sent every time the keyboard is disappearing.
I do not want that behaviour.
Since I have heared there can't be done anything about that, my idea was to not do anything onSubmit and catch the OnKey event for the enter key and do my handling there.
However for the UIInput Field there are no events sent from what I understood..
So how do I solve this?
I have the problem that on Android devices a Submit is sent every time the keyboard is disappearing.
I do not want that behaviour.
Since I have heared there can't be done anything about that, my idea was to not do anything onSubmit and catch the OnKey event for the enter key and do my handling there.
However for the UIInput Field there are no events sent from what I understood..
So how do I solve this?
