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