私はUITextFieldを実験していて、カーソル位置の操作方法を実験しています。私は Getting the cursor position of UITextField in ios Control cursor position in UITextField UITextField get currently edited word のように、関係のObjective-Cの回答数を見つけた。
私は投稿から回答を読んでいますHow to set cursor position in EditText?問題の原因かもしれないEditTextに特定の問題があります。私のXMLレイアウトでは、 "edit"というEditTextを定義しています。その編集番号はです。inputType = noneです。アンドロイドデベロッパードキュメントによると、inputType = noneの場合、テキス
I am using the below written method for getting the current selected line number of textView having attributed text. It works fine if last line is not blank. If last line goes blank this method is not