apache / royale-asjs

Apache Royale ASJS
Apache License 2.0
372 stars 116 forks source link

CustomComponent (TextField) . #1122

Open asifashfaq opened 3 years ago

asifashfaq commented 3 years ago

CustomComponent.txt Hi To all Apache Royale Members. Hope You all Are in Good Health.

I am Facing an Issue to Paste Text With Keyboard Short Key CTRL+V in my Custom Component which inherit TextField. That Component is working fine in Apache flex Environment. Please Help or Suggest something in this Regard. I will be very Thankful. Custom Component File is Attached Below. CustomComponent.txt

Regards: Muhammad Asif

alinakazi commented 3 years ago

COMPILE::JS private function copyText(e:MouseEvent):void { navigator["clipboard"].writeText(_text); }

alinakazi commented 3 years ago

System.setClipboard() is also an option