Text

Answered

Pencil + Keyboard in iinkSDK

Hi,

Is there is any way to use pencil and keyboard in "Text" part to write and type?


Best Answer

Dear Kannan,


just set your pointer type to eraser, it should work:

-For iOS: http://cocoadocs.org/docsets/MyScriptInteractiveInk-Runtime/1.0.0/Constants/IINKPointerType.html

-For Android: 

https://developer.myscript.com/refguides/interactive-ink/android/1.3/com/myscript/iink/PointerType.html

Also see the handleOnTouchForPointer function of the InputController.java


Best regards,


Olivier


Dear Kannan,

At present keyboard is not available for the iink SDK.

We cannot commit if/when it will be.

Best regards,

Olivier

Hi,

Any eraser option available for iinkSDK?

For erase the particular letter or word without strike out via pencil.

Is there is any option available for this?

Answer

Dear Kannan,


just set your pointer type to eraser, it should work:

-For iOS: http://cocoadocs.org/docsets/MyScriptInteractiveInk-Runtime/1.0.0/Constants/IINKPointerType.html

-For Android: 

https://developer.myscript.com/refguides/interactive-ink/android/1.3/com/myscript/iink/PointerType.html

Also see the handleOnTouchForPointer function of the InputController.java


Best regards,


Olivier