native.newTextField the button "select all" does not work, the button is cut, the button "paste"

the button “select all” does not work, the button is cut, the button “paste”, and also the selection of a word

widget_inp_field = native.newTextField( 10,500,200, 40)

widget_inp_field:addEventListener( “userInput”, function() end )

widget_inp_field.isVisible=true

widget_inp_field.anchorX=0

widget_inp_field.anchorY=0

widget_inp_field.hasBackground = true

–object:resizeHeightToFitFont()

widget_inp_field.isFontSizeScaled = true

widget_inp_field:resizeHeightToFitFont() 

below - pictures - how it should works

https://pp.userapi.com/c848732/v848732679/a819b/Dt4jcX91MPo.jpg

https://pp.userapi.com/c848732/v848732679/a81c1/gIlXsPIehhA.jpg

I’m testing for android - and when I try to select a field, I get only the flickering of the upper bar

Thank you very much

Hi Gleb,

Welcome to the forums. Can you please specify what device are you testing on and what Corona version are you using?

So, i don’t know how does it works, but the problem solved to add

application =

{

content =

{

width = 320,

height = 480, 

scale = “letterbox”,

in config file

Then the question arises. What does working capacity depend on?

Why is width and height so important?

Does performance depend on proportion?

Here is a guide about config.lua

https://docs.coronalabs.com/guide/basics/configSettings/index.html

I would start with it.

Also, this bug can be reproduced with all the necessary settings. Under the influence of the variable "  coronaWindowMovesWhenKeyboardAppears = true,".

Hi Gleb,

Welcome to the forums. Can you please specify what device are you testing on and what Corona version are you using?

So, i don’t know how does it works, but the problem solved to add

application =

{

content =

{

width = 320,

height = 480, 

scale = “letterbox”,

in config file

Then the question arises. What does working capacity depend on?

Why is width and height so important?

Does performance depend on proportion?

Here is a guide about config.lua

https://docs.coronalabs.com/guide/basics/configSettings/index.html

I would start with it.

Also, this bug can be reproduced with all the necessary settings. Under the influence of the variable "  coronaWindowMovesWhenKeyboardAppears = true,".