native textfield android

I need an advise. I have a native textfield and after pressing enter key on the keyboard no userInput event of phase submitted is dispatched to my handler.
The handler seems to be removed. This only happens on the android platform.

Best regards
[import]uid: 63565 topic_id: 12350 reply_id: 312350[/import]

You need to provide code - if you are certain it is a bug and NOT an error in your code, then file a report please :slight_smile: [import]uid: 52491 topic_id: 12350 reply_id: 45205[/import]

We did already.

Thnx [import]uid: 63565 topic_id: 12350 reply_id: 45207[/import]

I have the same issue here -no event is fired when the user presses the return key on the device. It’s not only on Android -also happens on iOS 5.01.

The “began” and “editing” events are triggered -but no event when pressing the return key.

Why is that…??

[import]uid: 9644 topic_id: 12350 reply_id: 90462[/import]

@ MauMau,

you said the editing events are triggered on the device? I’m a bit in trouble at the moment, cos editing events dont work on my iphone4 with actual iOS. So are you sure, that they are working on your iphone?

And I need to detect the return key as well, so if it is not working, this will by my next problem I guess. [import]uid: 53732 topic_id: 12350 reply_id: 90502[/import]