텍스트 영역을 클릭했을 때 텍스트 영역을 배치했습니다. 커서 위치가 ipad 장치의 다음 줄에서 시작하여 문자열을 입력 한 후 완료 버튼을 클릭하면 첫 번째 줄로 이동합니다.코드 이름 하나의 텍스트 영역 커서 위치가 패드 장치의 다음 줄에 표시됩니까?
아래의 코드를 찾아주세요
String savedComments = roasterDao.getComments();
commentText = new TextArea(savedComments);
commentText.setEditable(true);
commentText.setFocusable(true);
commentText.setMaxSize(1000);
textContainer = new Container();
textContainer.add(commentText);
아래의 이미지를 찾아주세요, 사전에
감사
스크린 샷에는 커서가 없습니다 있습니다. –