I have used a tap event listener on native.newText ,
It is working perfect in ANDROID & other ios devices.
But it fails when i used same App on ios9.3 .
I have used a tap event listener on native.newText ,
It is working perfect in ANDROID & other ios devices.
But it fails when i used same App on ios9.3 .
Hi Assif. native text fields have their own listener which would probably be a superior choice to using the corona tap listener which is really meant for display objects.
What could be happening here is that the native object is swallowing the touch and somehow preventing it from propagating. However, even if that is true the native listener should fire.
https://docs.coronalabs.com/daily/api/library/native/newTextField.html#standard
Hi Assif. native text fields have their own listener which would probably be a superior choice to using the corona tap listener which is really meant for display objects.
What could be happening here is that the native object is swallowing the touch and somehow preventing it from propagating. However, even if that is true the native listener should fire.
https://docs.coronalabs.com/daily/api/library/native/newTextField.html#standard