I can not copy and paste of the string in a textfield on android.

Hi,

1.add ‘coronaWindowMovesWhenKeyboardAppears = true’ to build.settings.

    android =

    {

coronaWindowMovesWhenKeyboardAppears = true,

    },

2.display a statusbar.

display.setStatusBar(display.DefaultStatusBar)

3.create a scene of the Composer.

4,create a textfield in the scene.

If I try to select a string, Copy and Paste menu is displayed at the top of the screen, and disappear in an instant. And string is also not selected.

Corona SDK’s version is 2015.2544.

Hi @nappa,

Unfortunately, I must caution you to not use this movement/keyboard operation at this time. It’s still in the experimental stage, which is why we have not fully documented it. The intention is to resolve various issues in time, but at this point, the engineers face higher priority tasks.

Take care,

Brent

Hi Brent,

I think this feature is essential for development of business applications that intensive textfield. I hope it will become possible to use.

Thanks.

Hi @nappa,

Unfortunately, I must caution you to not use this movement/keyboard operation at this time. It’s still in the experimental stage, which is why we have not fully documented it. The intention is to resolve various issues in time, but at this point, the engineers face higher priority tasks.

Take care,

Brent

Hi Brent,

I think this feature is essential for development of business applications that intensive textfield. I hope it will become possible to use.

Thanks.