Copy/Paste Menu in Android Nonexistent

Hey Everyone!

This issue has caused me intense frustration and any help or advice at all would be greatly appreciated. I’ve searched all forums and there seems to be a common want for access to the clipboard, but a more pressing issue is even the copy/paste options to pop up when selecting text in a textbox. On some devices this will crash the entire app, and others there just is no option once selecting text.

I’ve tried various daily builds, with no luck. What could it be? This used to work! And it only happens on seemingly random devices…

Thanks in advance for any information!

And just to stress there is nothing at all special about my textbox, here’s the code for it…

storyField = native.newTextBox( W/2, H/2, W, 60 ) storyField.y = divLine2.y + 20 + storyField.height/2 storyField:addEventListener( "userInput", textListener ) storyField.font = native.newFont( "Roboto-Regular", 20 ) storyField.setReturnKey = "Done" storyField.strokeWidth = 3 storyField.backgroundColor = { 1, 1, 1 }

Hi,

Most likely you are using 2017.3135. That was fixed since 2017.3156. I recommend you to download latest 2017.3160

Sadly no it didn’t work. I tried using old and the newest build, and nothing changed in regards to the textfield.

Could you please provide a list of some devices where it’s happening?

I can’t reproduce it on my devices and it is exactly what was fixed earlier in 3156.

Not sure about other devices, but it does not work for sure on Samsung S8 and on the Astro Tab.

Hi,

Most likely you are using 2017.3135. That was fixed since 2017.3156. I recommend you to download latest 2017.3160

Sadly no it didn’t work. I tried using old and the newest build, and nothing changed in regards to the textfield.

Could you please provide a list of some devices where it’s happening?

I can’t reproduce it on my devices and it is exactly what was fixed earlier in 3156.

Not sure about other devices, but it does not work for sure on Samsung S8 and on the Astro Tab.