Eh, it's pretty easy. If you're good at describing requirements I'll make one for you real quick. Hopefully the good karma will get my answers helped too
I'm just not sure where to put the variable so it's accessible, so let me know how it's going to be used.
What if I made a behavior for text objects that reacted to a "update to clipboard contents" action?
oh that's exciting , maybe you just make it separate plugin , that doesn't have visual object , this plugin gives you 1 value : maybe name it textclip. this value returned by the plugin is the text in the clipboard , if there is a text , and not picture or somthing else. and perform one action set text to clipboard. i know this isn't gonna be very usefull to many people. it's a good idea maybe somepeople going to need it.
but i have a question for you please , for sure you know more than me you might have the answer.
i want to prevent the default mobile keyboard from showing when textbox gain focus i don't need the android onscreen keyboard. i found on internet that it can be done with ( onFocus=blure ) inside the input tags but in construct 2 i don't know how to apply it.