General questions

I want to scroll editorView when set INPUT_MODE_ERASER

hi,

if i am  set InputController type : INPUT_MODE_ERASER , i cannot scroll editor view . 


setInputMode(InputController.INPUT_MODE_ERASER);
1 Comment

Dear Karthik,


Thank you for contacting us.


Indeed, scroll only works in ""touch"mode. Indeed, in erasure or pen mode, it cannot work as the stroke is considered an erasure our stroke.


You then understand if you want to scroll, you have no other choice than setting thhe "touch" mode.


Best regards,


Olivier