My application uses textfield for users searching for songs. However, textfield is full screen with landscape, how to fix it?
I know this doesn’t answer the question, but is there a reason your app has to support landscape? There isn’t anything wrong with portrait-only apps.
It looks like you’re using some form of Android, and I suspect this may be the normal behavior. The keyboard when in landscape mode has to take up about half the screen, so it may just make sense to have it fill the screen.
Just to make sure, you’re using native.newTextField() not native.newTextBox()?
Rob
I know this doesn’t answer the question, but is there a reason your app has to support landscape? There isn’t anything wrong with portrait-only apps.
It looks like you’re using some form of Android, and I suspect this may be the normal behavior. The keyboard when in landscape mode has to take up about half the screen, so it may just make sense to have it fill the screen.
Just to make sure, you’re using native.newTextField() not native.newTextBox()?
Rob