Mobile TextInput behavior differs in an MXML vs Actionscript item renderer
I am trying to create an Actionscript based item renderer with flex mobile
that extends LabelItemRenderer which contains either a TextInput component
or a TextArea component using the spark.skins.mobile.TextInputSkin or
spark.skins.mobile.TextAreaSkin. It seems that all works well except for
the problem that on Android a long-press on the textinput does not
activate the copy/paste options popup. However, when I made the exact same
item renderer using MXML the copy/paste menu works when a long-press is
made on the TextInput.
What could be the difference between the actionscript LabelItemRenderer
and the MXML ItemRenderer that would prevent the activation of the
copy/paste menu on Android? Perhaps there there is some event that is not
bubbling up?
No comments:
Post a Comment